

Add the Scrappey web data API to any Make (formerly Integromat) scenario with a single HTTP module. POST a URL, get back clean HTML or LLM-ready Markdown, and map the result straight into your downstream modules — no code, no proxy setup.
No package to install — Scrappey runs as a standard HTTP request inside Make.
In your Make scenario, add the HTTP > Make a request module (or accept the shared Scrappey app invite to use the prebuilt module). Set the method to POST.
Module: HTTP > Make a request
Method: POST
URL: https://publisher.scrappey.com/api/v1?key=YOUR_API_KEYSet Body type to Raw, content type application/json, and paste the canonical Scrappey request. Add markdownResponse to get clean Markdown instead of HTML.
{
"cmd": "request.get",
"url": "https://example.com",
"markdownResponse": true
}Run the scenario once so Make parses the output, then map the returned solution.response (HTML or Markdown) into the next module — a data store, Google Sheets, an AI module, or a webhook.
{{1.body.solution.response}}POST https://publisher.scrappey.com/api/v1?key=YOUR_API_KEY
Content-Type: application/json
{
"cmd": "request.get",
"url": "https://example.com/product/123",
"markdownResponse": true
}
// Make HTTP module returns JSON. Map these in later modules:
// {{1.body.solution.response}} -> the page as Markdown
// {{1.body.solution.statusCode}} -> upstream HTTP status
// Route {{1.body.solution.response}} into a Data Store,
// Google Sheets row, or an AI module prompt.// Scenario shape:
// Trigger (Sheets / Webhook) -> Iterator -> HTTP (Scrappey) -> Aggregator
//
// HTTP module body, using the iterated URL:
{
"cmd": "request.get",
"url": "{{2.url}}"
}
// Each iteration returns clean HTML at:
// {{3.body.solution.response}}
// Aggregate those into an array, then write to your destination.
// Failed requests are not billed, so retries stay cheap.Works through Make's standard HTTP module. Paste the URL and JSON body once and the integration is live.
Return clean HTML for parsing, or add markdownResponse for LLM-ready Markdown you can feed straight into AI modules.
Renders modern, JavaScript-heavy and dynamic pages with automatic web access handling, so you get the content a browser would see.
Residential proxies are built into every request — no separate proxy module, credentials, or billing inside your scenario.
150 free requests to start, then pay-as-you-go. Failed requests are free, so retries in a scenario never cost extra.
The JSON response slots into Sheets, data stores, AI modules, and webhooks using Make's standard field mapping.
Fetch pages as Markdown and pipe them into Make's AI modules for summarization, classification, or enrichment.
Run a scenario on a schedule to track prices, listings, or public content and write changes to a sheet or database.
Trigger on a new row or form submission, fetch the target page, and append the extracted data back to your records.
More ways to plug Scrappey into your stack
Try It For Free. No Subscription Required. No Credit Card Required. Instant Set-Up. 150 Free Requests Are Waiting For You!