Discover
Test a source before building a dedicated scraper.
Describe the columns you need in natural language and let the Actor interpret each page, useful for prototypes where structure varies or CSS is unknown.
The first button is an affiliate link. We may receive a commission if you purchase an eligible plan, at no extra cost to you.
Direct answer
Provide one or more URLs, choose single to process them individually and write a prompt with fields, types, missing-value rules and output format. Limit pages and depth before trying scout or agentic modes.
AI reduces setup, not errors: compare a sample against the original page and measure field-level accuracy.
apify/ai-web-scraperActor used
Built by Apify. Extraction prototypes and variable pages.
Check the official listingPublic listing signals observed July 24, 2026; they can change.
Copy-ready setup
{
"startUrls": [{"url": "https://example.com/pricing"}],
"extractionMode": "single",
"prompt": "Return product_name as text, monthly_price as number, currency as ISO code, and features as an array. Use null when absent.",
"maxPagesToVisit": 10,
"maxCrawlDepth": 2
}Start with four or five fields you can verify.
Specify numbers, arrays, dates and null to avoid ambiguous output.
Measure completeness and accuracy against the source.
Use scout or agentic only when single cannot handle navigation.
Fields to review
| Field | Use and check |
|---|---|
prompt | extraction contract |
extractionMode | control autonomy |
maxPagesToVisit | cap cost and scope |
Dataset JSON | inspect types and nulls |
Cost
Each run start costs $0.00025; complex pages may require more navigation.
Main event before add-ons and plan credits.
| Public rates by tier | USD |
|---|---|
| Free | $30.00 per 1,000 pages |
| Bronze | $25.00 per 1,000 |
| Gold | $20.00 per 1,000 |
Each run start costs $0.00025; complex pages may require more navigation.
Added value
Test a source before building a dedicated scraper.
Normalize pages with different layouts.
Create small datasets for research or automation.
FAQ
Not for the basic input, but you must define and validate the data schema.
It depends on the page. It is more flexible, while deterministic extraction is often more stable at scale.
single, because it limits navigation and makes accuracy and cost easier to measure.
First run
Confirm relevance, fields and cost with the input above.