AI-driven hybrid web scraper that merges Playwright and Vision intelligence to extract structured data from any dynamic site. Schema-aware, proxy-ready, budget-safe, and fully compatible with Apify datasets.
Enter one URL per line. The actor will visit each page and extract the data you specify below.
Or use Request List (Advanced)
urlsarrayOptional
For advanced users: add custom headers, methods, or userData to requests.
Extract Page Title
extractTitlebooleanOptional
Get the main title/heading of the page
Default value of this property is true
Extract Description
extractDescriptionbooleanOptional
Get the meta description or main content summary
Default value of this property is false
Extract Email Addresses
extractEmailbooleanOptional
Find and extract email addresses from the page
Default value of this property is false
Extract Phone Numbers
extractPhonebooleanOptional
Find and extract phone numbers from the page
Default value of this property is false
Extract Links
extractLinksbooleanOptional
Get all important links from the page
Default value of this property is false
Extract Images
extractImagesbooleanOptional
Get image URLs from the page
Default value of this property is false
Extract Prices
extractPricebooleanOptional
Find and extract price values (USD, EUR, etc.)
Default value of this property is false
Extract Social Media Links
extractSocialLinksbooleanOptional
Find links to Facebook, Twitter, LinkedIn, Instagram, etc.
Default value of this property is false
Extract Address
extractAddressbooleanOptional
Find physical addresses on the page
Default value of this property is false
Custom Schema (Advanced)
customSchemaobjectOptional
For advanced users only. Define a JSON Schema to extract custom fields. Example: {"type":"object","properties":{"productName":{"type":"string"},"price":{"type":"number"}}}. Leave empty to use checkboxes above.
Scraping Mode
modeEnumOptional
html-only: Fast and free, uses pattern matching. hybrid: Tries HTML first, uses AI if needed. vision-only: Full AI extraction for complex pages.