Overview of Reader Example Categories
mainThe examples/ directory is organized into several functional categories to demonstrate different capabilities of the Reader library:
basic/: Core scraping patterns including single URL scraping, concurrent batch scraping, large-scale scraping (1000+ URLs), browser pool configuration, proxy rotation, Cloudflare bypass, and website crawling.ai-tools/: Integrations with AI frameworks and vector stores, such as OpenAI, Anthropic, Vercel AI SDK, LangChain, LlamaIndex, Pinecone, and Qdrant.production/: Real-world server implementations, such as a REST API server using Express.deployment/: Guides for deploying to various environments including Docker, AWS Lambda (container), and Vercel functions.