Rust Scraper
No credit card required
Rust Scraper
No credit card required
Speed of light scraping with Rust programming language! This is an early alpha version for experimenting, use at your own risk!
You can access the Rust Scraper programmatically from your own applications by using the Apify API. You can 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 "urls": [
3 {
4 "url": "http://example.com"
5 }
6 ],
7 "extract": [
8 {
9 "field_name": "title",
10 "selector": "h1",
11 "extract_type": {
12 "type": "Text"
13 }
14 },
15 {
16 "field_name": "description",
17 "selector": "p",
18 "extract_type": {
19 "type": "Text"
20 }
21 }
22 ],
23 "proxy_settings": {
24 "useApifyProxy": true
25 }
26}' |
27apify call lukaskrivka/rust-scraper --silent --output-dataset
Rust Scraper API through CLI
The Apify CLI is the official tool that allows you to use Rust Scraper locally, providing convenience functions and automatic retries on errors.
Install the Apify CLI
1npm i -g apify-cli
2apify login
Other API clients include:
Actor Metrics
1 monthly user
-
3 stars
>99% runs succeeded
Created in Feb 2019
Modified 4 years ago