scrapebadger 0.15.2 → 0.15.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/index.d.cts +534 -76
- package/dist/index.d.ts +534 -76
- package/dist/index.js +127 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +124 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -23,7 +23,7 @@ The official Node.js/TypeScript client library for the [ScrapeBadger](https://sc
|
|
|
23
23
|
- **Resilient Retries** - Exponential backoff with colored console warnings
|
|
24
24
|
- **Typed Exceptions** - Distinct error classes for every failure scenario
|
|
25
25
|
- **37+ Twitter endpoints** - Tweets, users, lists, communities, trends, geo, real-time streams
|
|
26
|
-
- **19 Google product APIs** - Search (with optional deferred AI Overview follow-up), Maps, News, Hotels, Trends (incl. topic autocomplete), Jobs, Shopping (+ merchant URL enrichment), Patents, Scholar (search + profiles + author + author citation + cite formats), Images, Videos, Finance, AI Mode, Lens, **Local Pack**, **Shorts**, **Flights**, Products
|
|
26
|
+
- **19 Google product APIs** - Search (with optional deferred AI Overview follow-up), Maps, News, Hotels, Trends (incl. topic autocomplete), Jobs, Shopping (+ merchant URL enrichment, barcode offers), Patents, Scholar (search + profiles + author + author citation + cite formats), Images, Videos, Finance, AI Mode, Lens, **Local Pack**, **Shorts**, **Flights**, Products
|
|
27
27
|
- **Vinted scraping** - Search items, item details, user profiles, brands, colors, markets
|
|
28
28
|
- **Web scraping** - Anti-bot bypass, JS rendering, and AI data extraction
|
|
29
29
|
|