Cursor
AnakinScraper plugin for Cursor
Scrape websites, search the web, and run deep research directly inside Cursor.
| Source | GitHub |
| License | MIT |
| Requires | anakin-cli (Python 3.10+) |
Prerequisites
- Cursor installed and working
- Python 3.10+ — required for anakin-cli (installed automatically by the plugin)
- API key — get one from the Dashboard (the plugin will prompt you if needed)
Setup
Clone the plugin from GitHub and add it to Cursor:
git clone https://github.com/Anakin-Inc/anakin-cursor-plugin.git
/add-plugin anakinThe plugin handles the rest automatically — its anakin-setup rule ensures anakin-cli is installed and authenticated before running commands.
Skills
| Skill | Description |
|---|---|
scrape-website | Scrape a single URL to markdown, JSON, or raw using anakin scrape |
scrape-batch | Scrape up to 10 URLs at once using anakin scrape-batch |
search-web | AI-powered web search using anakin search |
deep-research | Deep agentic research across multiple sources using anakin research |
Rules
| Rule | Description |
|---|---|
anakin-setup | Ensures anakin-cli is installed and authenticated before running commands |
anakin-cli-usage | URL quoting, output handling, format defaults, and error recovery |
Agents
| Agent | Description |
|---|---|
data-extraction-architect | Plans which anakin-cli commands to use for complex extraction tasks |
Usage
Once the plugin is installed, Cursor's AI agent will automatically use Anakin for web scraping and search tasks. You can also reference the skills directly in your prompts.
Configuration
| Variable | Description |
|---|---|
ANAKIN_API_KEY | API key (env var, takes precedence over config file) |
~/.anakin/config.json | Stored API key (set via anakin login) |