Delete Agent
PARSERA_DELETE_AGENTDelete an existing legacy Parsera agent by name.
Parsera
15 actions for Parsera workflows.
Operations are the actions a workflow can take in Parsera, grouped by category. Each lists its method, parameters, and a template you can drop it into.
Delete Agent
PARSERA_DELETE_AGENTDelete an existing legacy Parsera agent by name.
Get Scraper Run Status
PARSERA_GET_SCRAPER_RUN_STATUSReturn the current state and available results for an asynchronous scraper run created by PARSERARUNSCRAPERASYNC.
List LLM Specifications
PARSERA_LIST_LLM_SPECSList the LLM models Parsera supports, including their capabilities and pricing metadata.
List Proxy Countries
PARSERA_LIST_PROXY_COUNTRIESList the case-sensitive proxy-country identifiers accepted by Parsera scraping tools.
Parse Content
PARSERA_PARSE_CONTENTExtract structured data from supplied HTML or text without fetching a webpage.
Run Legacy Agent
PARSERA_RUN_LEGACY_AGENTRun a custom or pre-built agent from Parsera's legacy agent service against one webpage and return structured records.
Run Scraper Asynchronously
PARSERA_RUN_SCRAPER_ASYNCQueue an existing extractor or agentic scraper and return a run ID immediately for later status checks.
Run Scraper Synchronously
PARSERA_RUN_SCRAPER_SYNCRun an existing Parsera template or legacy scraper synchronously.
These operations provide core web scraping and data extraction capabilities, enabling you to create scrapers, execute them on webpages, and manage scraping templates. Use these when you need to automatically pull structured data from unstructured web content, leverage AI agents for intelligent extraction, or handle proxy management for distributed scraping tasks.
Create Scraper
PARSERA_CREATE_SCRAPERCreates a new scraper for your account that you can configure to extract data from websites, returning a unique ID you'll use to generate scraping code.
Extract Data from Webpage
PARSERA_EXTRACT_DATAAutomatically extracts structured data from any webpage using AI-powered analysis, allowing you to collect specific information without manual copy-pasting.
Delete Scraper
PARSERA_DELETE_SCRAPERRemove a scraper from your Parsera account when you no longer need it. This helps keep your account clean and organized by eliminating unused data extraction tools.
Extract Markdown
PARSERA_EXTRACT_MARKDOWNExtract structured markdown content from files or web pages, converting unformatted text into organized, readable markdown format that's easy to parse and repurpose.
Health Check
PARSERA_HEALTH_CHECKVerifies that the Parsera service is running and accessible, allowing you to confirm availability before performing data parsing tasks. This helps prevent failed requests and ensures your automation workflows can proceed reliably.
List Agents
PARSERA_LIST_AGENTSRetrieve all web scraping agents available to your account so you can see which automated data extraction tools are ready to use for your projects.
List Scrapers
PARSERA_LIST_SCRAPERSRetrieves all your saved scraper templates and configurations so you can review, manage, or reuse existing data extraction setups without recreating them from scratch.
Drop a trigger and an action into a template; approve from your phone; the workflow runs.