Make
AnakinScraper integration for Make
Official verified integration for Make (formerly Integromat) with native modules for web scraping, AI search, and deep research.
| Marketplace | make.com/integrations/anakin |
| Status | Verified, Official Vendor |
| Modules | 4 (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
- In your Make scenario, click + to add a module
- Search for Anakin
- Select the module you need (UniversalDataExtractor, Search, etc.)
3. Connect your account
- Click Create a connection
- Enter your API key
- 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.
Search (Search)
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)- Schedule — trigger on a daily/hourly schedule
- Anakin UniversalDataExtractor — enter the URL to scrape
- Google Sheets — map the markdown or structured data to columns
Research and email a report
Webhook → Anakin (AgenticSearch) → Delay → Anakin (DataPoller) → Gmail (Send Email)- Webhook — receive a research topic
- Anakin AgenticSearch — start deep research, get a job ID
- Delay — wait 3–5 minutes for research to complete
- Anakin DataPoller — fetch the completed results using the job ID
- Gmail — send the research report
AI search to Notion
Webhook → Anakin (Search) → Notion (Create Page)- Webhook — receive a search query
- Anakin Search — get instant AI-powered results
- Notion — create a page with the search results
Popular connections
Google Sheets, OpenAI, Gmail, Google Drive, Telegram Bot, Airtable, Notion, Google Docs, Slack, Shopify, HubSpot CRM, WordPress, and more.
Troubleshooting
| Issue | Fix |
|---|---|
| Connection failed | Verify your API key is correct and has credits |
| Scrape returns empty | Try enabling browser mode if the option is available, or check if the URL is accessible |
| Agentic search still processing | Add a Delay module (3–5 min) before polling with DataPoller |
| Rate limit error (429) | Add a delay between requests or reduce scenario frequency |