Parsera

Parsera provides AI-powered web extraction, content parsing, and reusable scraper agents through its developer API.

14 actions Integration catalog
Request access
Connect Parsera once you're in Boring.
01 · WHAT THE AGENT CAN DO

Actions

Every capability is a discrete, logged action the agent calls by name — scoped to what you authorize and recorded in the run trace.

Create ScraperPARSERA_CREATE_SCRAPER
Tool to create a new empty scraper for your account. Returns a scraper_id that can be used with the generate endpoint to generate scraping code.
Delete AgentPARSERA_DELETE_AGENT
Delete an existing legacy Parsera agent by name.
Delete ScraperPARSERA_DELETE_SCRAPER
Delete an existing scraper created by PARSERA_CREATE_SCRAPER.
Extract Data from WebpagePARSERA_EXTRACT_DATA
Tool to perform LLM-powered data extraction from a live webpage URL with specified attributes. Use when you need to extract structured data from web pages based on field descriptions.
Extract MarkdownPARSERA_EXTRACT_MARKDOWN
Extract markdown from exactly one uploaded file or webpage URL.
Get Scraper Run StatusPARSERA_GET_SCRAPER_RUN_STATUS
Return the current state and available results for an asynchronous scraper run created by PARSERA_RUN_SCRAPER_ASYNC.
Health CheckPARSERA_HEALTH_CHECK
Tool to verify API availability and operational status. Use to check if the Parsera service is accessible before making other API calls.
List AgentsPARSERA_LIST_AGENTS
Tool to retrieve all available agents for the authenticated user. Use when you need to list agents that can be used for scraping tasks.
List LLM SpecificationsPARSERA_LIST_LLM_SPECS
List the LLM models Parsera supports, including their capabilities and pricing metadata.
List Proxy CountriesPARSERA_LIST_PROXY_COUNTRIES
List the case-sensitive proxy-country identifiers accepted by Parsera scraping tools.
List ScrapersPARSERA_LIST_SCRAPERS
Tool to list all templates and old scrapers for the authenticated user. Use when you need to retrieve available scraper configurations.
Parse ContentPARSERA_PARSE_CONTENT
Extract structured data from supplied HTML or text without fetching a webpage.
Run Legacy AgentPARSERA_RUN_LEGACY_AGENT
Run a custom or pre-built agent from Parsera's legacy agent service against one webpage and return structured records. Prefix pre-built agent names with public/.
Run Scraper AsynchronouslyPARSERA_RUN_SCRAPER_ASYNC
Queue an existing extractor or agentic scraper and return a run ID immediately for later status checks. Use PARSERA_LIST_SCRAPERS to find a template ID and PARSERA_GET_SCRAPER_RUN_STATUS to retrieve results.
Run Scraper SynchronouslyPARSERA_RUN_SCRAPER_SYNC
Run an existing Parsera template or legacy scraper synchronously. Returns extracted records when complete, or a run ID to poll when Parsera continues a long request asynchronously. Use PARSERA_RUN_SCRAPER_ASYNC to queue work immediately.