Parsera avatar
Parsera

Pricing

Pay per event

Go to Store
Parsera

Parsera

Developed by

Parsera Labs

Parsera Labs

Maintained by Community

Extract data from any website using just a URL and column descriptions

4.0 (4)

Pricing

Pay per event

8

Total users

181

Monthly users

92

Runs succeeded

>99%

Last modified

a month 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.

$echo '{
< "url": "https://news.ycombinator.com/",
< "attributes": [
< {
< "description": "News title",
< "name": "title"
< },
< {
< "description": "Number of points",
< "name": "points"
< },
< {
< "description": "Number of comments",
< "name": "comments"
< }
< ]
<}' |
<apify 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

$npm i -g apify-cli
$apify login

Other API clients include: