Zenrows

Learn how to use Zenrows with Composio

Overview

Enum

ZENROWS

Description

ZenRows is a web scraping API allowing developers to bypass CAPTCHAs and blocks, gather structured data from dynamic websites, and quickly integrate results into applications

Authentication Details

api_key
stringRequired
proxy_username
stringRequired
proxy_password
stringRequired

Actions

This tool retrieves the current api usage statistics and limits for your zenrows account. it is an independent action that requires no additional parameters besides authentication. it is useful for monitoring api usage and ensuring that the account has sufficient remaining credits.

Action Parameters

Action Response

data
object
error
successful
boolean

This tool retrieves the current concurrency status of your zenrows api usage. it reports the maximum number of concurrent requests allowed by your plan and the number of available concurrent request slots. it is useful for monitoring api usage, implementing rate limiting, debugging request issues, and capacity planning.

Action Parameters

Action Response

data
object
error
successful
boolean

This tool provides detailed information about the current concurrency status and limits of your zenrows account by making a request to the api and analyzing the response headers. it is essential for monitoring real-time api usage, managing concurrent requests, and ensuring optimal performance within plan limits.

Action Parameters

Action Response

data
object
error
successful
boolean

This tool retrieves the original http status code returned by the target website, which is useful for debugging purposes. it returns the original status code in the response headers under ‘x-zenrows-original-status’. it can also provide the full response body and error messages, helping with debugging scraping issues, verifying website responses, monitoring availability, and understanding website behavior.

Action Parameters

url
stringRequired

Action Response

data
object
error
successful
boolean

This tool generates a pdf version of the scraped content from a given url. it requires javascript rendering to be enabled and sets the response type to pdf, making it ideal for archiving web pages, creating documentation, generating reports, or saving articles for offline reading.

Action Parameters

premium_proxy
boolean
url
stringRequired
wait
integer

Action Response

data
object
error
successful
boolean

This tool extracts plain text content from a webpage using the zenrows api. by using the response type=plaintext parameter, it strips html tags and formats the content into clean, plain text. it’s useful for extracting readable content for nlp, summarization, or archiving purposes.

Action Parameters

js_render
boolean
premium_proxy
boolean
url
stringRequired
wait
integer

Action Response

data
object
error
successful
boolean

A specialized tool for extracting structured data from real estate platforms like zillow and idealista. it leverages zenrows’ real estate api to fetch comprehensive property information, including property details, location information, features, seller details, and more, in a structured format.

Action Parameters

country
string
language
string
platform
stringRequired
property_id
stringRequired
tld
string

Action Response

data
object
error
successful
boolean

A tool to fetch content from a url using the zenrows api with compression enabled to optimize bandwidth usage and improve performance. it supports gzip, deflate, and br compression encodings, handles decompression automatically, and provides compression statistics along with the decompressed content.

Action Parameters

custom_headers
object
url
stringRequired

Action Response

data
object
error
successful
boolean

A tool to retrieve and parse response headers from zenrows api requests. it provides critical metadata such as concurrency limits, available request slots, request cost, unique request id, and final url after redirects, which is essential for monitoring usage, debugging, and optimizing requests.

Action Parameters

url
stringRequired

Action Response

data
object
error
successful
boolean

This tool implements zenrows’ session management functionality to maintain the same ip address across multiple requests for up to 10 minutes. it supports parameters like url, session id, and premium proxy, and is useful for maintaining consistent scraping sessions, simulating real user behavior, and avoiding detection by anti-bot systems.

Action Parameters

premium_proxy
boolean
session_id
integerRequired
url
stringRequired

Action Response

data
object
error
successful
boolean

This tool allows users to extract detailed product information from walmart using zenrows’ specialized e-commerce scraping api. it provides structured data for walmart products including product details, pricing, availability, and more.

Action Parameters

js_render
booleanDefaults to True
url
stringRequired

Action Response

data
object
error
successful
boolean

Scrape and extract data from a specified url. this action allows you to collect and process web data effortlessly using the zenrows api.

Action Parameters

url
stringRequired

Action Response

data
object
error
successful
boolean

The zenrows scrape url autoparse tool automatically parses and extracts structured data from any given url using intelligent parsing capabilities. it eliminates the need for manual css selectors by auto-identifying relevant content on web pages, returning data such as titles, main content, meta descriptions, images, links, prices, and contact information in a structured json format.

Action Parameters

js_render
booleanDefaults to True
premium_proxy
booleanDefaults to True
url
stringRequired
wait
integerDefaults to 5

Action Response

data
object
error
successful
boolean

This tool extracts raw html data from a given url using zenrows’ universal scraper api. it focuses on retrieving the pure html content of the webpage without automatic parsing or data extraction. it supports parameters such as js render for enabling javascript rendering, custom headers for custom http headers, premium proxy for using premium proxies, and session id for maintaining the same ip across multiple requests.

Action Parameters

custom_headers
object
js_render
boolean
original_status
boolean
premium_proxy
boolean
proxy_country
string
session_id
string
url
stringRequired
wait
integer
wait_for
string

Action Response

data
object
error
successful
boolean

This tool allows users to scrape specific elements from a webpage using css selectors. it is particularly useful for targeted data extraction rather than retrieving the entire page content. the endpoint takes a url and a json object containing css selectors for parsing elements such as titles, links, images, and prices, and includes optional parameters like using premium proxies, specifying response wait times, and custom headers among others.

Action Parameters

css_selectors
objectRequired
js_render
boolean
premium_proxy
boolean
url
stringRequired
wait
integer
wait_for
string

Action Response

data
object
error
successful
boolean

A tool to capture screenshots of web pages using zenrows api. this tool allows you to take screenshots of entire web pages or specific elements, with customizable options for format and quality.

Action Parameters

screenshot_format
stringDefaults to png
screenshot_fullpage
boolean
screenshot_quality
integer
screenshot_selector
string
url
stringRequired
wait
integer

Action Response

data
object
error
successful
boolean