Documentation Index
Fetch the complete documentation index at: https://help.decodo.com/llms.txt
Use this file to discover all available pages before exploring further.
Introduction
The real-time integration puts the entire job request into one URL, which is formed by the API.Post Endpoint:
scraper-api.decodo.com/v2/scrape
Example:
Response Example:
Quick Start
- Send a query. To specify it, you can add parameters.
- You need to post query parameters in the same way you post
JSONones. - Don’t forget to input your credentials (tokens). How to find it?
- You need to post query parameters in the same way you post
- The Web Scraping API retrieves the content you need.
- The data should come back with the
HTTPstatus code200, and it should be parsed inJSONformat or contain rawHTML.
Keep an Open Connection
- If the connection is closed before the job is completed, the data is lost.
- The timeout limit for open connections is
150seconds. In a rare case of a heavy load, we may not be able to get the data to you. - You can collect data using the same connection and get an immediate response.
Support
Need help or just want to say hello? Our support is available 24/7.
You can also reach us anytime via email at support@decodo.com.
You can also reach us anytime via email at support@decodo.com.
Feedback
Can’t find what you’re looking for? Request an article!
Have feedback? Share your thoughts on how we can improve.
Have feedback? Share your thoughts on how we can improve.