Skip to main content
Glama

organization_search

Search Apollo's database to find companies by name, industry, location, size, revenue, or domain for sales prospecting and market research.

Instructions

    Search for organizations/companies in Apollo's database.

    Args:
        q_keywords: Keywords to search (company name, description)
        organization_domains: Specific domains to find
        organization_locations: HQ locations (e.g., ["California, US"])
        organization_num_employees_ranges: Size ranges (e.g., ["1,10", "51,200"])
        organization_industry_tag_ids: Industry filter IDs
        revenue_range: Revenue filter (e.g., {"min": 1000000, "max": 10000000})
        page: Page number
        per_page: Results per page (max 100)

    Returns:
        List of matching organizations with company details

    Example:
        Find SaaS companies in California with 50-200 employees:
        organization_search(
            q_keywords="SaaS software",
            organization_locations=["California, US"],
            organization_num_employees_ranges=["51,200"]
        )
    

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
q_keywordsNo
organization_domainsNo
organization_locationsNo
organization_num_employees_rangesNo
organization_industry_tag_idsNo
revenue_rangeNo
pageNo
per_pageNo

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/BlockchainRev/apollo-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server