Scrape and parse (POST)
POST /v1/scrape/{parserId}
POST
/v1/scrape/{parserId}
Same as GET but accepts the target URL in a JSON body. Useful when the URL contains special characters.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” parserId
required
string
Your parser ID from the dashboard.
Request Body required
Section titled “Request Body required ”object
url
required
Target URL to scrape.
string
Example
https://example.com/pageResponses
Section titled “ Responses ”Extracted structured data.
Extracted data matching your parser schema.
object
Headers
Section titled “Headers ” 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_keyInsufficient credits.
Parser schema not found.
Rate limit exceeded.
object
error
Error message.
string
Example
invalid or inactive api_keyHeaders
Section titled “Headers ” Retry-After
integer
Seconds to wait before retrying.
Failed to fetch content from target URL.