scrapebadger 0.2.0

Async Rust SDK and CLI for the ScrapeBadger web-scraping API (Amazon, Google, Twitter/X, Reddit, Vinted, Web Scraping).
Documentation
1
2
3
4
5
6
7
//! General-purpose website scraping with anti-bot bypass, JS rendering, and
//! AI-powered extraction.
//!
//! See <https://docs.scrapebadger.com/web-scraping/overview>.

mod generated;
pub use generated::*;