← Tools Reference

Parsera

Parsera integration (Data, Developer Tools). Imported from open-connector.

API key4 toolshttps://api.parsera.org
POST
parsera_extract
Extract structured data from a webpage URL with Parsera using a prompt, attributes, or both.

/v1/extractor/extract

5 parameters
ParamTypeRequiredDescription
urlstringrequiredThe webpage URL to extract structured data from.
promptstringoptionalNatural-language extraction instructions.
attributesarrayoptionalThe structured attributes Parsera should extract from the webpage.
proxyCountrystringoptionalParsera proxy country to use for the webpage request.
cookiesarrayoptionalCookies to use while Parsera fetches the webpage.
POST
parsera_parse
Parse structured attributes from raw HTML or text content already available to the caller.

/v1/extractor/parse

4 parameters
ParamTypeRequiredDescription
contentstringrequiredRaw HTML or text content to parse.
promptstringoptionalNatural-language parsing instructions.
attributesarrayoptionalThe structured attributes Parsera should extract from the supplied content.
modestringoptionalParsera extractor mode to use for parsing.
GET
parsera_list_llm_specs
List the LLM specifications available to Parsera requests.

/llm-specs

GET
parsera_list_proxy_countries
List proxy countries available to Parsera extraction requests.

/proxy-countries