Set up your scraper
Enter the URLs you want to scrape, configure the crawl, and choose an output format.
1
URLs
2
Crawl
3
Output
4
Launch
The scraper starts from these URLs and follows links up to the configured depth.
Output Preview● JSON Format
// Sample extracted record
{
"source_url": "https://example.com/about",
"type": "paragraph",
"text": "We help businesses automate...",
"word_count": 42,
"language": "en"
}
Each page section becomes one record.