cricketdata_players
Search cricket player catalog by partial name match and get player ID, name, and country.
Instructions
Search the player catalogue by name.
Returns: {status, data:[{id, name, country}], info:{hitsToday, hitsLimit}} — SHAPE FROM VENDOR DOCS.
NOTE: this shape is from the vendor's documentation and has NOT been verified against a live response (we hold no key for this provider). Treat it as approximate — inspect the actual payload before relying on a field name.
Example: Search players {"search": "Kohli"}
Auth: needs your own key in CRICKETDATA_API_KEY.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| offset | No | Page offset. | |
| search | No | Partial player-name match. |