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
//! Account, credit balance, and plan information.
//!
//! See <https://docs.scrapebadger.com/api-reference/endpoint/account/get-account-info>.

mod generated;
pub use generated::*;