
Parsera
Try for free
This Actor is paid per event
Go to Store

Parsera
parsera-labs/parsera
Try for free
This Actor is paid per event
Extract Data from ANY website with Parsera.org
Developer
Maintained by Community
Actor Metrics
4 Monthly users
No reviews yet
4 bookmarks
>99% runs succeeded
56 days response time
Created in Nov 2024
Modified 15 days ago
Categories
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: