Scrape multiple URLs at once (up to 30 URLs)
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Scrape request payload
Array of URLs to scrape (max 30)
1 - 30 elements[
"https://example.com/page1",
"https://example.com/page2"
]Whether to include links in the markdown output
Whether to exclude non-main tags from the markdown
Timeout in seconds for the scrape operation
x >= 1The engine to use for scraping
auto, cheerio, playwright Whether to use static IPs for scraping
Whether to remove duplicate content
AI instructions for extracting specific content
"Extract pricing information"
Scrape response with results for all URLs
Unique identifier for the scrape operation
"67890abc123def456789"
ID of the team that initiated the scrape
"team_123"
Array of URLs that were scraped
[
"https://example.com/page1",
"https://example.com/page2"
]Results for each URL
Timeout used for the scrape operation in seconds
60
Origin of the scrape request
"api"
Project ID associated with the scrape
"project_123"
Timestamp when the scrape was created
"2025-01-15T10:30:00Z"
Timestamp when the scrape was last updated
"2025-01-15T10:31:00Z"