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
8
9
//! Amazon product, review, offer, and seller data across 20 marketplaces.
//!
//! See <https://docs.scrapebadger.com/amazon/overview>.

mod generated;
pub use generated::*;

/// Hand-written `*_stream` pagination adapters (methods on [`Amazon`]).
mod pagination;