Skip to content

Scrape and parse (GET)

GET
/v1/scrape/{parserId}

Provide a URL and Parsium fetches the page, then extracts structured data using your custom parser. Pass the target URL as a query parameter.

Credit cost varies by scrape configuration:

ProxyNo BrowserWith Browser
Default15
High Quality1025
Hardcore (stealth)8080

Timeout: 120 seconds.

parserId
required
string

Your parser ID from the dashboard.

url
required
string

Target URL to scrape.

Example
https://example.com/page

Extracted structured data.

Extracted data matching your parser schema.

object
X-Credits-Used
integer

Credits consumed by this request.

X-Credits-Remaining
integer

Remaining credit balance.

Missing URL or parser ID.

Missing or invalid API key.

object
error

Error message.

string
Example
invalid or inactive api_key

Insufficient credits.

Parser schema not found.

Rate limit exceeded.

object
error

Error message.

string
Example
invalid or inactive api_key
Retry-After
integer

Seconds to wait before retrying.

Failed to fetch content from target URL.