Skip to Content
The Makinari API repo now includes an MCP Server — connect your AI models directly. View on GitHub →
REST APIFinder

Autocomplete

Endpoints

Get Suggestions

GET /api/finder/autocomplete/[category]

Provides autocomplete suggestions for various categories.

Path Parameters:

  • category (string, required): The category to search. Must be one of:
    • industries
    • organizations
    • organization_keywords
    • locations
    • person_skills
    • web_technologies

Query Parameters:

  • q (string, required): The search query string.
  • page (number, optional): Page number (defaults to 1).
Last updated on