Make Integration
ScrapingAnt custom app for Make lets you scrape any URL directly from your Make scenarios — get HTML, Markdown, or AI-extracted structured data with rotating proxies and headless Chrome.
Installation
ScrapingAnt is available as a custom app on Make. To install:
- Open the ScrapingAnt app invitation link
- Accept the invitation to add ScrapingAnt to your Make account
- The ScrapingAnt modules will now appear when you search for "ScrapingAnt" in any scenario
Credentials setup
- Register at ScrapingAnt and get your API key (10,000 free credits/month)
- In your Make scenario, add any ScrapingAnt module
- Click Create a connection
- Enter your API key and save
The connection is validated automatically against the ScrapingAnt API. Once connected, you'll see your plan name and remaining credits.
Available modules
The ScrapingAnt app provides five modules:
| Module | API Endpoint | Description |
|---|---|---|
| Scrape a Web Page | /v2/general | Scrape a webpage and return raw HTML. Supports headless Chrome, datacenter/residential proxies, country targeting, and raw page source mode. |
| Get Page as Markdown | /v2/markdown | Convert a webpage to clean Markdown — optimized for LLM and RAG pipelines. Returns the Markdown content and final URL. |
| Extract Data with AI | /v2/extract | Extract structured data from any page using natural language. Describe what you need and get back JSON with camelCase property names. |
| Get API Credits Usage | /v2/usage | Check your plan name, total credits, remaining credits, and billing period. |
| Make an API Call | Any endpoint | Universal REST module for advanced use cases. Send custom requests to any ScrapingAnt API endpoint with full control over method, headers, query string, and body. |
Module parameters
Scrape a Web Page / Get Page as Markdown
| Parameter | Required | Default | Description |
|---|---|---|---|
| URL | Yes | — | The URL of the web page to scrape |
| JavaScript Rendering | No | true | Enable headless Chrome. Costs 10 credits when true, 1 credit when false |
| Proxy Type | No | Datacenter | Datacenter (faster, cheaper) or Residential (higher success on protected sites) |
| Proxy Country | No | Automatic | Two-letter country code (e.g. us, uk, de) |
| Return Raw Page Source | No | false | Return server response before browser rendering. Only works with browser enabled |
| Timeout | No | 60 | Max time for request, 5–60 seconds |
Extract Data with AI
| Parameter | Required | Default | Description |
|---|---|---|---|
| URL | Yes | — | The URL of the web page to extract data from |
| Data to Extract | Yes | — | Plain text describing the data you want. Example: product title, price, full description or product title, price(number), reviews(list: review title, review content) |
| JavaScript Rendering | No | true | Enable headless Chrome |
| Proxy Type | No | Datacenter | Datacenter or Residential |
| Proxy Country | No | Automatic | Two-letter country code |
Usage example
Here is how to scrape a webpage in a Make scenario:
- Create a new scenario or open an existing one
- Add a module and search for ScrapingAnt
- Select Scrape a Web Page (or any other module)
- If prompted, create a connection with your API key
- Enter the target URL (e.g.
https://example.com) - Optionally configure proxy type, country, and rendering options
- Run the scenario
The module returns the scraped HTML content and HTTP status code, ready to pass to the next module in your scenario.
AI data extraction example
- Add the Extract Data with AI module
- Enter the target URL
- In the Data to Extract field, describe what you need:
product title, price, description, reviews(list: author, rating, text) - Run the scenario — the module returns structured JSON matching your specification
Credit costs
Credit costs vary by rendering mode and proxy type. See the credit cost reference for current pricing.
JavaScript Rendering enabled (default) costs 10 credits per request. Disabled costs 1 credit per request. Only successful responses are charged.
Resources
Issues and tracking
If you encounter any issues or have feature requests, please contact us at support@scrapingant.com or visit scrapingant.com.