call_endpoint
Call a JustSerpAPI endpoint by ID with validated parameters to retrieve search results from Google, Maps, or Trends.
Instructions
Validate params and call a JustSerpAPI endpoint by endpoint_id. Params should use snake_case names from get_endpoint_schema.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| endpoint_id | Yes | ||
| params | No | ||
| max_items | No | ||
| idempotency_key | No | Optional Idempotency-Key. A random key is generated when omitted. |