fetch_data
Retrieve live data from any fetcher.sh endpoint by passing its path and parameters. Access 100+ public web data sources like Twitter, YouTube, Reddit, and Google without OAuth or account setup.
Instructions
Paid. Fetch live data from any fetcher.sh endpoint. Pass the endpoint path plus its parameters (path and query parameters together in params). Priced per call; spends prepaid credits from FETCHER_API_KEY. Call describe_endpoint first if unsure. For a named tool per endpoint of one service, set FETCHER_SERVICE in the client config (e.g. twitter).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Endpoint path from search_endpoints, e.g. /api/twitter/search | |
| params | No | All parameters for the endpoint, path and query alike, e.g. { query: 'x402', sort: 'Latest' } |