Scrape websites using Jina AI with JavaScript rendering and proxy rotation. Handles rate limiting and bot detection.
Requirements, wiring steps, and what this pattern adds to your project.
Pick how you want to pull this pattern in. Then wire env vars and routes the same way.
Download → Next.js app
Use Download → Next.js app in the preview toolbar. You get a zip scaffold (Pro downloads rewrite preview `/view/.../api/*` paths to `/api/*` automatically).
Extract the zip and install dependencies
Unzip the archive, then run `pnpm install` (or npm / yarn) in the project folder.
Customize the agent and tool files
Adapt prompts, tools, and stop conditions in the generated project for your product.
Run the app and open the pattern route
Run `pnpm dev`, open the setup/checklist page if present, then navigate to the generated pattern route and verify responses.
External services
app/page.tsxapp/layout.tsxREADME.mdnpm packages
6
Registry components
lib/scraper.tsCore scraping engine using Jina AI service (r.jina.ai): fetches via Jina's proxy endpoint, parses returned HTML using regex-based extractors for title, meta, content, links, and images.
lib/actions.tsServer action entry point: URL validation with Zod, rate limiting, and orchestration of the Jina scraping pipeline.
Scrape websites using Jina AI with JavaScript rendering and proxy rotation. Handles rate limiting and bot detection.
Requirements, wiring steps, and what this pattern adds to your project.
Pick how you want to pull this pattern in. Then wire env vars and routes the same way.
Download → Next.js app
Use Download → Next.js app in the preview toolbar. You get a zip scaffold (Pro downloads rewrite preview `/view/.../api/*` paths to `/api/*` automatically).
Extract the zip and install dependencies
Unzip the archive, then run `pnpm install` (or npm / yarn) in the project folder.
Customize the agent and tool files
Adapt prompts, tools, and stop conditions in the generated project for your product.
Run the app and open the pattern route
Run `pnpm dev`, open the setup/checklist page if present, then navigate to the generated pattern route and verify responses.
External services
app/page.tsxapp/layout.tsxREADME.mdnpm packages
6
Registry components
lib/scraper.tsCore scraping engine using Jina AI service (r.jina.ai): fetches via Jina's proxy endpoint, parses returned HTML using regex-based extractors for title, meta, content, links, and images.
lib/actions.tsServer action entry point: URL validation with Zod, rate limiting, and orchestration of the Jina scraping pipeline.
Loading preview…
Early-bird pricing — limited time

Open on desktop for the interactive preview.
Scrape websites using Jina AI with JavaScript rendering and proxy rotation. Handles rate limiting and bot detection.
Loading preview…
Early-bird pricing — limited time

Open on desktop for the interactive preview.
Scrape websites using Jina AI with JavaScript rendering and proxy rotation. Handles rate limiting and bot detection.