# Parsera

Parsera is a lightweight Python library for scraping websites using large language models (LLMs).

- **Category:** ai web scraping
- **Auth:** API_KEY
- **Composio Managed App Available?** N/A
- **Tools:** 13
- **Triggers:** 0
- **Slug:** `PARSERA`
- **Version:** 20260414_00

## Tools

### Create Scraper

**Slug:** `PARSERA_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 Scraper

**Slug:** `PARSERA_DELETE_SCRAPER`

Tool to delete an existing scraper by its ID. Use when you need to remove a scraper that was created through the /v1/scrapers/new endpoint.

### Extract Data from Webpage

**Slug:** `PARSERA_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 Markdown

**Slug:** `PARSERA_EXTRACT_MARKDOWN`

Tool to extract markdown content from a file or URL.

### Get LLM Specifications

**Slug:** `PARSERA_GET_LLM_SPECS`

Tool to retrieve standardized LLM capabilities and pricing specifications. Use to get up-to-date information about models from various providers.

### Get Proxy Countries

**Slug:** `PARSERA_GET_PROXY_COUNTRIES`

Tool to retrieve the list of available proxy countries for web scraping requests. Use when you need to know which countries are supported for proxy-based scraping.

### Health Check

**Slug:** `PARSERA_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 Agents

**Slug:** `PARSERA_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 Scrapers

**Slug:** `PARSERA_LIST_SCRAPERS`

Tool to list all templates and old scrapers for the authenticated user. Use when you need to retrieve available scraper configurations.

### Parse Content (Enhanced)

**Slug:** `PARSERA_PARSE_CONTENT2`

Tool to extract structured data from raw HTML or text content using AI with advanced options. Use when you have content already loaded and need to extract specific fields with pagination or different extraction modes.

### Remove Agent

**Slug:** `PARSERA_REMOVE_AGENT`

Tool to delete an existing agent by name. Use when you need to remove a previously created agent from the Parsera platform.

### Run Scraper Template

**Slug:** `PARSERA_RUN_SCRAPER_TEMPLATE`

Tool to run a scraper template on a specified URL with optional proxy and cookies. Use when you need to execute a pre-defined scraper template to extract structured data from web pages.

### Scrape With Agent

**Slug:** `PARSERA_SCRAPE_WITH_AGENT`

Tool to run a previously generated scraper agent on a specific URL to extract structured data. Use when you need to apply an existing scraper to a webpage.
