
Parsera
Pricing
Pay per event

Parsera
Extract data from any website using just a URL and column descriptions
4.0 (4)
Pricing
Pay per event
5
Monthly users
46
Runs succeeded
>99%
Last modified
2 days ago
You can access the Parsera programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.
1echo '{
2 "url": "https://news.ycombinator.com/",
3 "attributes": [
4 {
5 "description": "News title",
6 "name": "title"
7 },
8 {
9 "description": "Number of points",
10 "name": "points"
11 },
12 {
13 "description": "Number of comments",
14 "name": "comments"
15 }
16 ]
17}' |
18apify call parsera-labs/parsera --silent --output-dataset
Parsera API through CLI
The Apify CLI is the official tool that allows you to use Parsera locally, providing convenience functions and automatic retries on errors.
Install the Apify CLI
1npm i -g apify-cli
2apify login
Other API clients include:
Pricing
Pricing model
Pay per eventThis Actor is paid per result. You are not charged for the Apify platform usage, but only a fixed price for each dataset of 1,000 items in the Actor outputs.
Default mode
$0.090
Fee for processing 1 page in default mode
Precision mode
$0.700
Fee for processing one page in precision mode