
Web Scraper
Pricing
$35.00 / 1,000 results

Web Scraper
Simple web scraper. Extract titles, paragraphs, links, images, tables and more from websites. Supports custom CSS selectors and batch collection. For large needs, try Apify's Web Content Crawler.
0.0 (0)
Pricing
$35.00 / 1,000 results
2
4
4
Last modified
3 days ago
Max Requests
maxRequestsPerCrawl
integerOptional
Maximum number of pages to scrape (to avoid running too long)
Default value of this property is 10
Max Concurrency
maxConcurrency
integerOptional
Number of pages to scrape simultaneously (1=stable but slow, 5=fast)
Default value of this property is 3
Smart Mode
smartMode
booleanOptional
Automatically optimize speed and save costs when enabled
Default value of this property is true
Enable Cache
cacheEnabled
booleanOptional
Remember scraped pages to avoid duplicate scraping
Default value of this property is true
🎨 Custom Extraction Rules
extractionRules
objectOptional
Use CSS selectors to specify elements to extract. Examples include common selectors that can be directly modified
Default value of this property is {}
📌 Custom Tags
customData
objectOptional
Add your tags to each data record (e.g., source, category, etc.)
Default value of this property is {}
⏳ Wait for Element
waitForSelector
stringOptional
Wait for specific element to appear before extracting (for dynamic websites)
📜 Auto Scroll to Bottom
scrollToBottom
booleanOptional
Automatically scroll the page to load more content (for infinite scroll websites)
Default value of this property is false