Demo Scrapper avatar
Demo Scrapper
Under maintenance

Pricing

Pay per usage

Go to Store
Demo Scrapper

Demo Scrapper

Under maintenance

Developed by

Arjun Shettigar

Arjun Shettigar

Maintained by Community

Simple Demo Actor

0.0 (0)

Pricing

Pay per usage

0

1

1

Last modified

2 days ago

Start URLs

startUrlsarrayRequired

List of URLs to scrape (one per line)

Default value of this property is ["https://quotes.toscrape.com"]

Maximum Pages

maxPagesintegerOptional

Maximum number of pages to scrape

Default value of this property is 10

Extract Text Content

extractTextbooleanOptional

Extract text content from pages (headings, paragraphs, meta description)

Default value of this property is true

extractLinksbooleanOptional

Extract all links found on the pages

Default value of this property is false

Extract Images

extractImagesbooleanOptional

Extract image URLs and metadata from pages

Default value of this property is false

Custom CSS Selector

customSelectorstringOptional

Custom CSS selector to extract specific elements (e.g., '.product-title', '#main-content')

Wait for Selector

waitForSelectorstringOptional

CSS selector to wait for before extracting data (useful for dynamic content)

Delay Between Requests (ms)

delayintegerOptional

Delay in milliseconds between page requests to be respectful to websites

Default value of this property is 1000

User Agent

userAgentstringOptional

Custom user agent string for requests

Default value of this property is "Mozilla/5.0 (compatible; ApifyBot)"

Enable JavaScript

enableJavaScriptbooleanOptional

Whether to enable JavaScript execution on pages

Default value of this property is true