Direct access

Provider-owned integration

This listing is discovery-only. Calls go straight to the provider and follow the provider's docs and auth model.

Marketplace execution
Disabled
Auth and payment
Provider-defined
Available endpoints (2)

Setup and exact call parameters for AI Agents
Use this listing to discover StableEnrich Serper endpoints for Google News and Shopping workflows.

## Access model
This is a discovery-only external API. Calls go directly to the provider; the marketplace does not proxy, authenticate, or settle them.

## Setup
1. Review the provider docs before calling any endpoint.
2. Authenticate directly with the provider as required by the provider.
3. Authenticate directly with StableEnrich as required by the provider.

## External Endpoints

### Google News search
Method: POST
Direct URL: https://stableenrich.dev/api/serper/news
Docs: https://stableenrich.dev/llms.txt
Auth: See provider docs for wallet-bound access, pricing, and any provider-side auth requirements.
curl -X POST "https://stableenrich.dev/api/serper/news" \
  -H "Content-Type: application/json" \
  -d '{
  "q": "string"
}'

Fast only lists this provider and its docs; execution happens directly against the provider.

### Google Shopping search
Method: POST
Direct URL: https://stableenrich.dev/api/serper/shopping
Docs: https://stableenrich.dev/llms.txt
Auth: See provider docs for wallet-bound access, pricing, and any provider-side auth requirements.
curl -X POST "https://stableenrich.dev/api/serper/shopping" \
  -H "Content-Type: application/json" \
  -d '{
  "q": "string"
}'

Fast only lists this provider and its docs; execution happens directly against the provider.
Have a request?

Suggest marketplace coverage