Skip to main content
Version: v2

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:

  1. Open the ScrapingAnt app invitation link
  2. Accept the invitation to add ScrapingAnt to your Make account
  3. The ScrapingAnt modules will now appear when you search for "ScrapingAnt" in any scenario

Credentials setup

  1. Register at ScrapingAnt and get your API key (10,000 free credits/month)
  2. In your Make scenario, add any ScrapingAnt module
  3. Click Create a connection
  4. 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:

ModuleAPI EndpointDescription
Scrape a Web Page/v2/generalScrape a webpage and return raw HTML. Supports headless Chrome, datacenter/residential proxies, country targeting, and raw page source mode.
Get Page as Markdown/v2/markdownConvert a webpage to clean Markdown — optimized for LLM and RAG pipelines. Returns the Markdown content and final URL.
Extract Data with AI/v2/extractExtract 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/usageCheck your plan name, total credits, remaining credits, and billing period.
Make an API CallAny endpointUniversal 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

ParameterRequiredDefaultDescription
URLYesThe URL of the web page to scrape
JavaScript RenderingNotrueEnable headless Chrome. Costs 10 credits when true, 1 credit when false
Proxy TypeNoDatacenterDatacenter (faster, cheaper) or Residential (higher success on protected sites)
Proxy CountryNoAutomaticTwo-letter country code (e.g. us, uk, de)
Return Raw Page SourceNofalseReturn server response before browser rendering. Only works with browser enabled
TimeoutNo60Max time for request, 5–60 seconds

Extract Data with AI

ParameterRequiredDefaultDescription
URLYesThe URL of the web page to extract data from
Data to ExtractYesPlain text describing the data you want. Example: product title, price, full description or product title, price(number), reviews(list: review title, review content)
JavaScript RenderingNotrueEnable headless Chrome
Proxy TypeNoDatacenterDatacenter or Residential
Proxy CountryNoAutomaticTwo-letter country code

Usage example

Here is how to scrape a webpage in a Make scenario:

  1. Create a new scenario or open an existing one
  2. Add a module and search for ScrapingAnt
  3. Select Scrape a Web Page (or any other module)
  4. If prompted, create a connection with your API key
  5. Enter the target URL (e.g. https://example.com)
  6. Optionally configure proxy type, country, and rendering options
  7. 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

  1. Add the Extract Data with AI module
  2. Enter the target URL
  3. In the Data to Extract field, describe what you need:
    product title, price, description, reviews(list: author, rating, text)
  4. 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.