Scrape Do
Scrape.do is a web scraping API offering rotating residential, data-center, and mobile proxies with headless browser support and session management to bypass anti-bot protections (e.g., Cloudflare, Akamai) and extract data at scale in formats like JSON and HTML.
This is a first-class FlyMyAI MCP. Agents discover it automatically via tool search and call the actions below on demand - you never wire it up by hand. See the Composio catalog for how discovery works.
Connect
Scrape Do authenticates with an API key. Generate the credential in your Scrape Do account, then paste it into FlyMyAI the first time an agent uses a Scrape Do action.
Get your Scrape Do credential →
Fields to fill in FlyMyAI
| Field | Details |
|---|---|
Scrape.do API Token | Enter your Scrape.do API token, which you can find in your Scrape.do dashboard. (required) |
Actions
Every action this integration exposes. Agents pick the right one from the task; you do not call them by name.
| Action | What it does | Required inputs |
|---|---|---|
SCRAPE_DO_GET_ACCOUNT_INFO | Retrieves account information and usage statistics from scrape.do. this action makes a get request to the scrape.do info endpoint to fetch: - subscription status - concurrent request limits and usage - monthly request limits and remaining requests - real-time… | token |
SCRAPE_DO_GET_RENDER_PAGE | This tool allows you to scrape web pages with javascript rendering enabled. it's particularly useful for scraping dynamic websites where content is loaded through javascript. the tool will wait for the javascript to execute and return the fully rendered html… | url |
SCRAPE_DO_SCRAPE_DO_GET_PAGE | A tool to scrape web pages using scrape.do's api service. it makes a basic get request to fetch the content of a target webpage while handling anti-bot protections and proxy rotation automatically. | url |
SCRAPE_DO_SCRAPE_DO_PROXY_MODE | This tool implements the proxy mode functionality of scrape.do, which allows routing requests through their proxy server. it provides an alternative way to access web scraping capabilities by handling complex javascript-rendered pages, geolocation-based routi… | url |
SCRAPE_DO_SCRAPE_DO_SET_COOKIES | This tool allows users to set specific cookies for their scraping requests to a target website. it is useful for maintaining session states or authentication through cookies. | url, cookies |
SCRAPE_DO_SCRAPE_DO_SET_SUPER_MODE | The scrape do set super mode tool enables enhanced scraping by using residential and mobile proxies, bypassing blocks and restrictions associated with datacenter ips. when the 'super' parameter is set to true, it activates a mode that leverages a network of r… | super_mode |
SCRAPE_DO_SET_BLOCK_URLS | This tool allows users to block specific urls during the scraping process. it's particularly useful for blocking unwanted resources like analytics scripts, advertisements, or any other urls that might interfere with the scraping process or slow it down. it pr… | urls |
SCRAPE_DO_SET_CUSTOM_HEADERS | A tool to send custom headers with scrape.do requests. this allows simulating specific browser behaviors or adding authentication headers by controlling all headers sent to the target website. | url, headers |
SCRAPE_DO_SET_CUSTOM_WAIT | This tool sets the custom wait time in milliseconds after page load when using the render option in scrape.do. it is particularly useful for dealing with dynamic content to ensure that it is fully loaded before scraping, especially on javascript-heavy website… | - |
SCRAPE_DO_SET_DEVICE_TYPE | This tool allows users to set the device type (desktop, mobile, or tablet) for making scraping requests. it is used to emulate different devices, which helps in testing responsive designs or fetching device-specific content. | device_type, url |
SCRAPE_DO_SET_DISABLE_REDIRECTION | Controls the automatic redirection behavior of scrape.do requests. when enabled (disable redirection=true), prevents the automatic following of redirects during web scraping operations. this allows: - inspection of the redirect chain - capturing intermediate… | - |
SCRAPE_DO_SET_PURE_COOKIES | This tool enables getting the original set-cookie headers from target websites instead of the processed scrape.do-cookies format. when enabled, this parameter returns the original set-cookie headers from the target website rather than using the default scrape… | pure_cookies |
SCRAPE_DO_SET_REGIONAL_GEO_CODE | This tool allows users to set a broader geographical targeting by specifying a region code instead of a specific country code. this is useful when you want to scrape content from an entire region rather than a specific country. note that this feature requires… | regional_geo_code, url |
SCRAPE_DO_SET_RETRY_TIMEOUT | This tool allows users to set the maximum wait time (in milliseconds) before retrying a failed request in scrape.do. it requires a parameter 'retry timeout' (integer) which specifies the maximum time to wait before retrying, with a default of 15000 ms. it is… | - |
SCRAPE_DO_SET_SCREENSHOT | This tool enables the screenshot functionality for the scrape.do api, allowing users to capture a visual representation of the scraped webpage. when enabled, the api will return a screenshot of the rendered page along with the regular response. features: - ba… | url |
SCRAPE_DO_SET_SESSION_ID | This tool implements the session id functionality for scrape.do to maintain a sticky session with the same proxy ip across multiple requests. it achieves this by adding a sessionid parameter to the query parameters of any scraping request, which is crucial fo… | session_id |
SCRAPE_DO_SET_WAIT_FOR_SELECTOR | This action allows setting a css selector to wait for before considering the page load complete. it is particularly useful when scraping javascript-heavy pages to ensure that certain elements have loaded dynamically. | selector |
SCRAPE_DO_SET_WAIT_UNTIL | This tool sets the waituntil parameter for the scrape.do api, defining when the rendering should consider the page loaded during javascript execution. it is particularly useful for handling dynamic websites by specifying conditions such as 'domcontentloaded',… | wait_until |
SCRAPE_DO_SHOW_WEBSOCKET_REQUESTS | This tool provides the ability to view websocket requests made by a webpage. it requires using render=true and returnjson=true parameters along with showwebsocketrequests=true to enable logging of websocket requests. | url |