Rust Scraper avatar
Rust Scraper

Pricing

Pay per usage

Go to Store
Rust Scraper

Rust Scraper

Developed by

Lukáš Křivka

Lukáš Křivka

Maintained by Community

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

Total users

63

Monthly users

1

Runs succeeded

>99%

Last modified

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

$echo '{
< "urls": [
< {
< "url": "http://example.com"
< }
< ],
< "extract": [
< {
< "field_name": "title",
< "selector": "h1",
< "extract_type": {
< "type": "Text"
< }
< },
< {
< "field_name": "description",
< "selector": "p",
< "extract_type": {
< "type": "Text"
< }
< }
< ],
< "proxy_settings": {
< "useApifyProxy": true
< }
<}' |
<apify 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

$npm i -g apify-cli
$apify login

Other API clients include: