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
//! Vinted listings, user profiles, and catalog reference data across 26 markets.
//!
//! See <https://docs.scrapebadger.com/vinted/overview>.

mod generated;
pub use generated::*;

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