
Rust Scraper
Pricing
Pay per usage

Rust Scraper
Speed of light scraping with Rust programming language! This is an early alpha version for experimenting, use at your own risk!
0.0 (0)
Pricing
Pay per usage
3
Monthly users
1
Runs succeeded
>99%
Last modified
8 days ago
You can access the Rust Scraper 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 "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:
Pricing
Pricing model
Pay per usageThis Actor is paid per platform usage. The Actor is free to use, and you only pay for the Apify platform usage.