AI & ML14 toolsPaste one API key
Parsera integration for AI agents
Parsera provides AI-powered web extraction, content parsing, and reusable scraper agents through its developer API.
Use it from your agent
One ClawLink account serves every agent you run. Pick the guide for yours, or connect Parsera once and call the same tools from all of them.
Setup
Connect Parsera through ClawLink's hosted setup.
- Auth: Paste one API key. The credential stays on the ClawLink server; your agent holds only a ClawLink key you can revoke.
- Where: the ClawLink dashboard, or ask your agent to connect it.
What your agent can do
Parsera exposes 14 tools through ClawLink. The 12 most used are listed here; your agent sees all of them.
| Tool | What it does | Kind |
|---|---|---|
parsera_extract_data | Perform LLM-powered data extraction from a live webpage URL with specified attributes | Read |
parsera_extract_markdown | Extract markdown from exactly one uploaded file or webpage URL | Read |
parsera_get_scraper_run_status | Return the current state and available results for an asynchronous scraper run created by | Read |
parsera_list_agents | Retrieve all available agents for the authenticated user | Read |
parsera_list_llm_specs | List the LLM models Parsera supports, including their capabilities and pricing metadata | Read |
parsera_list_proxy_countries | List the case-sensitive proxy-country identifiers accepted by Parsera scraping tools | Read |
parsera_list_scrapers | List all templates and old scrapers for the authenticated user | Read |
parsera_parse_content | Extract structured data from supplied HTML or text without fetching a webpage | Read |
parsera_run_legacy_agent | Run a custom or pre-built agent from Parsera's legacy agent service against one webpage and | Read |
parsera_run_scraper_sync | Run an existing Parsera template or legacy scraper synchronously | Read |
parsera_create_scraper | Create a new empty scraper for your account | Write |
parsera_run_scraper_async | Queue an existing extractor or agentic scraper and return a run ID immediately for later status | Read |