
Parsera
Pricing
Pay per event
Go to Apify Store

Parsera
Extract data from any website using just a URL and column descriptions
4.0 (4)
Pricing
Pay per event
12
378
31
Last modified
3 months ago
Pricing
Pay per event
Extract data from any website using just a URL and column descriptions
4.0 (4)
Pricing
Pay per event
12
378
31
Last modified
3 months 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
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: