Web Scraper
Crawl any website in a real browser and extract structured data with custom JavaScript. Handle dynamic pages and export to 7 formats.
As an Apify affiliate, we may earn a commission from qualifying purchases made through our links, at no extra cost to you. We only recommend tools we believe in.
Overview
The General Web Scraper is the blank canvas of the Apify store: point it at any public website and extract structured fields with custom JavaScript in a full Chromium browser. It handles login-free dynamic pages, infinite scroll, tabs, and AJAX-loaded content that breaks plain HTTP fetchers — one configurable tool instead of a bespoke crawler per site. Crawling, link-following, and result pagination run on Apify's cloud with scheduling, webhooks, and API delivery built in. Export to Excel, CSV, JSON, XML, HTML, RSS, or JSONL, or push rows straight into databases and pipelines for always-fresh datasets.
Key Features
Use Cases
Custom data extraction from any website
Recursive website crawling
JavaScript-rendered page scraping
Building custom datasets
Automated data collection
Input Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| Start URLs | Array | Optional | The initial URLs to start extracting data for Web Scraper. |
| Max Items | Integer | Optional | Maximum number of items to return. |
Sample Output
[
{
"url": "https://example.com/data",
"title": "Sample Extracted Record",
"extracted_at": "2026-05-20T14:30:00Z"
}
] How to Use
- 1
Sign up for free: Create a free ParseFlow account to access professional extraction tools.
- 2
Set your parameters: Paste the target URLs into the Web Scraper configuration.
- 3
Download your data: Click Start, wait a few minutes, and download your dataset as Excel or JSON.
API Example
curl -X POST https://api.apify.com/v2/acts/apify/web-scraper/runs \
-H 'Content-Type: application/json' \
-H 'Authorization: Bearer YOUR_API_TOKEN' \
-d '{"startUrls": [{"url": "https://example.com"}]}' Pricing Structure
The actor itself is free — you only pay Apify platform compute usage ($0.04 per compute unit on the Free plan), covered by the $5 monthly credit. Higher plans lower the CU rate.
Limitations
- Data extraction speed depends on the target website's rate limits.
- Extremely massive runs may require a premium proxy pool.
Frequently Asked Questions
Is the Web Scraper legal to use?
Can I export the data to Excel?
Do I need to know how to code to use this?
Extracted Data Details
View on Apify Store
Related Tools
Articles Extractor
Extract clean article text, headlines, authors, dates, and images from news sites and blogs. Built for RAG pipelines, media monitoring, and content research.
Google News Scraper
Extract Google News articles, headlines, and publisher data for media monitoring. Track coverage and export structured data to JSON or CSV.
Google Search Scraper
Extract Google organic results, ads, local pack, and 'People Also Ask' data for SEO analysis. Scale SERP tracking without managing proxies.
Need a Custom Solution?
Contact us for a bespoke scraper built to your exact requirements.
Hire an ExpertRelated Articles
Best Proxies for Apify Users in 2026 (Price Tables)
Compare the best proxies for Apify users in 2026: vendor-published residential price-per-GB tables, free trials, Apify setup notes, and a worked cost example.
comparisonsFirecrawl vs Apify in 2026: Which Wins for AI Teams?
Firecrawl vs Apify compared for AI teams in 2026: pricing models, MCP and RAG fit, ease of use, and when to pick each for production LLM data pipelines.
tutorialsIs Web Scraping Legal in 2026? Rules, Cases & MENA Guide
Is web scraping legal in 2026? Learn the rules on public data, the CFAA, GDPR, key court cases, MENA data laws, plus a practical compliance checklist.