
Demo Scrapper
Pricing
Pay per usage

Demo Scrapper
Under maintenanceSimple Demo Actor
0.0 (0)
Pricing
Pay per usage
0
1
1
Last modified
2 days ago
Start URLs
startUrls
arrayRequired
List of URLs to scrape (one per line)
Default value of this property is ["https://quotes.toscrape.com"]
Maximum Pages
maxPages
integerOptional
Maximum number of pages to scrape
Default value of this property is 10
Extract Text Content
extractText
booleanOptional
Extract text content from pages (headings, paragraphs, meta description)
Default value of this property is true
Extract Links
extractLinks
booleanOptional
Extract all links found on the pages
Default value of this property is false
Extract Images
extractImages
booleanOptional
Extract image URLs and metadata from pages
Default value of this property is false
Custom CSS Selector
customSelector
stringOptional
Custom CSS selector to extract specific elements (e.g., '.product-title', '#main-content')
Wait for Selector
waitForSelector
stringOptional
CSS selector to wait for before extracting data (useful for dynamic content)
Delay Between Requests (ms)
delay
integerOptional
Delay in milliseconds between page requests to be respectful to websites
Default value of this property is 1000