Search FirmLedger listings
search_listingsSearch approved FirmLedger company records by name or keyword, category, country, city and verified status. Returns a short list (name, category, location, verified flag, tick, confidence score, one-line description) plus the accurate total, for picking the right company before calling get_listing. Use city for places like "Nairobi" and country for "Kenya".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| city | No | City or region, e.g. "Nairobi". | |
| type | No | Entity type. | |
| limit | No | Results per page (1-25). | |
| query | No | Company name or keyword (matched against name, tagline, description, tags and city). | |
| offset | No | Results to skip, for paging (use next_offset). | |
| country | No | Country name, e.g. "Kenya". | |
| category | No | Category name, e.g. "Fintech". Call list_categories for valid names. | |
| verified_only | No | Only records whose ownership has been verified. |