Skip to content

Commit ddafbb8

Browse files
committed
docs: add planned adapters section — Twitter/X, Reddit, Amazon, Airbnb, Google Maps
Made-with: Cursor
1 parent 0df2f7f commit ddafbb8

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -306,6 +306,22 @@ Users add the package name to `browserkit.config.js` — no naming convention re
306306
307307
---
308308
309+
## Planned Adapters
310+
311+
Community contributions welcome — use `browserkit create-adapter <name>` to scaffold, see [Building an Adapter](#building-an-adapter) above.
312+
313+
| Site | Why browserkit | Proposed tools | Status |
314+
|---|---|---|---|
315+
| **Twitter / X** | API is $100/mo+; most personal accounts have no API access | `get_feed`, `search`, `get_thread`, `get_bookmarks`, `get_dms`, `get_lists` | open |
316+
| **Reddit** | API went paid in 2023; browser bypasses rate limits | `get_feed`, `get_subreddit`, `get_thread`, `search`, `get_saved` | open |
317+
| **Amazon** | No consumer API at all | `get_orders`, `search_products`, `get_product`, `get_wishlist`, `track_price` | open |
318+
| **Airbnb** | No public API; useful for trip-planning agents | `search_listings`, `get_listing`, `get_bookings`, `get_messages` | open |
319+
| **Google Maps** | Places API is expensive per-call; browser is free | `search_nearby`, `get_place`, `get_reviews`, `get_directions` | open |
320+
321+
If you're interested in building one, open an issue on [browserkit-dev/browserkit](https://github.com/browserkit-dev/browserkit/issues) to coordinate.
322+
323+
---
324+
309325
## Architecture
310326
311327
See [ARCH.md](ARCH.md) for full architecture details.

0 commit comments

Comments
 (0)