Make

AnakinScraper integration for Make

Official verified integration for Make (formerly Integromat) with native modules for web scraping, AI search, and deep research.

Marketplacemake.com/integrations/anakin
StatusVerified, Official Vendor
Modules4 (3 Actions, 1 Search)

Setup

1. Get your API key

Sign up at anakin.io/signup and get your API key from the Dashboard.

2. Add the Anakin module

  1. In your Make scenario, click + to add a module
  2. Search for Anakin
  3. Select the module you need (UniversalDataExtractor, Search, etc.)

3. Connect your account

  1. Click Create a connection
  2. Enter your API key
  3. Click Save

Modules

UniversalDataExtractor (Action)

Extract data from any website. Submits a scrape job and returns the results including HTML, markdown, and structured data.

Maps to the URL Scraper API.


DataPoller (Action)

Fetch the results for a previously submitted job using its job ID. Use this after UniversalDataExtractor or AgenticSearch if you need to poll for results separately.

Maps to the scrape job status endpoint (GET /v1/request/{id}) or agentic search status endpoint (GET /v1/agentic-search/{id}).


AgenticSearch (Action)

Start an advanced AI search job that searches web sources and extracts structured data. Returns a job ID to check results later. Takes 1–5 minutes.

Maps to the Agentic Search API.


Perform an AI-powered web search. Returns instant results with answers, citations, and sources. This is synchronous — no polling needed.

Maps to the Search API.


Examples

Scrape a URL and save to Google Sheets

Schedule → Anakin (UniversalDataExtractor) → Google Sheets (Add Row)
  1. Schedule — trigger on a daily/hourly schedule
  2. Anakin UniversalDataExtractor — enter the URL to scrape
  3. Google Sheets — map the markdown or structured data to columns

Research and email a report

Webhook → Anakin (AgenticSearch) → Delay → Anakin (DataPoller) → Gmail (Send Email)
  1. Webhook — receive a research topic
  2. Anakin AgenticSearch — start deep research, get a job ID
  3. Delay — wait 3–5 minutes for research to complete
  4. Anakin DataPoller — fetch the completed results using the job ID
  5. Gmail — send the research report

AI search to Notion

Webhook → Anakin (Search) → Notion (Create Page)
  1. Webhook — receive a search query
  2. Anakin Search — get instant AI-powered results
  3. Notion — create a page with the search results

Google Sheets, OpenAI, Gmail, Google Drive, Telegram Bot, Airtable, Notion, Google Docs, Slack, Shopify, HubSpot CRM, WordPress, and more.


Troubleshooting

IssueFix
Connection failedVerify your API key is correct and has credits
Scrape returns emptyTry enabling browser mode if the option is available, or check if the URL is accessible
Agentic search still processingAdd a Delay module (3–5 min) before polling with DataPoller
Rate limit error (429)Add a delay between requests or reduce scenario frequency