Parsera
Overview
SLUG: PARSERA
Description
Parsera is a lightweight Python library for scraping websites using large language models (LLMs).
Authentication Details
API Key
Connecting to Parsera
Create an auth config
Use the dashboard to create an auth config for the Parsera toolkit. This allows you to connect multiple Parsera accounts to Composio for agents to use.
Create and Get auth config ID
Click “Create Parsera Auth Config”. After creation, copy the displayed ID starting with ac_. This is your auth config ID. This is not a sensitive ID — you can save it in environment variables or a database.
This ID will be used to create connections to the toolkit for a given user.
Connect Your Account
Using API Key
Tools
Executing tools
To prototype you can execute some tools to see the responses and working on the Parsera toolkit’s playground
For code examples, see the Tool calling guide and Provider examples.
Tool List
PARSERA_EXTRACT_DATA
Tool Name: Extract Data from Webpage
Description
Action Parameters
Action Response
PARSERA_EXTRACT_MARKDOWN
Tool Name: Extract Markdown
Description
Action Parameters
Action Response
PARSERA_GET_LLM_SPECS
Tool Name: Get LLM Specifications
Description
Action Parameters
Action Response
PARSERA_GET_PROXY_COUNTRIES
Tool Name: Get Proxy Countries
Description
Action Parameters
Action Response
PARSERA_HEALTH_CHECK
Tool Name: Health Check
Description
Action Parameters
Action Response
PARSERA_LIST_AGENTS
Tool Name: List Agents
Description
Action Parameters
Action Response
PARSERA_LIST_SCRAPERS
Tool Name: List Scrapers
Description
Action Parameters
Action Response
PARSERA_PARSE_CONTENT
Tool Name: Parse Content
Description
Action Parameters
Action Response
PARSERA_REMOVE_AGENT
Tool Name: Remove Agent
Description
Action Parameters
Action Response
PARSERA_RUN_SCRAPER_TEMPLATE
Tool Name: Run Scraper Template
Description
Action Parameters
Action Response
PARSERA_SCRAPE_WITH_AGENT
Tool Name: Scrape With Agent
Description
Action Parameters
Action Response