scrapfly-sdk-rust

Installation
SKILL.md

Scrapfly Rust SDK

Use the scrapfly-sdk crate to scrape web pages from Rust with proxy rotation, anti-bot bypass (Unblocker), JavaScript rendering, screenshots, and AI extraction. The client is async (Tokio) and uses typed builders for every config.

When to use

  • Scraping web pages (HTML, JSON, text, markdown) from a Rust codebase
  • Bypassing anti-bot protections (Cloudflare, DataDome, PerimeterX, Kasada)
  • Rendering JavaScript-heavy pages with a headless browser
  • Capturing screenshots or extracting structured data

Setup

cargo add scrapfly-sdk
export SCRAPFLY_API_KEY="your-api-key"
Installs
54
Repository
scrapfly/skills
GitHub Stars
4
First Seen
Jun 9, 2026
scrapfly-sdk-rust — scrapfly/skills