CorpDev.Ai Docs
  • Welcome
  • Basics
    • Basic Company Search
    • Find Companies by Description
    • Company Lists
    • Company Analysis
      • Basic Facts
      • Qualitative Analysis
      • Custom Questions/Data Points
    • Export to Excel and Word
    • Integrations
  • Excel Add-in
    • Introduction & Installation
    • COMPANY Functions
    • DOCUMENT Functions
    • ANALYST Functions
  • API Intro
    • Quick Start
    • Authentication
    • Rate Limits
  • Company Search API
    • Search by Name or Domain
    • Search by Description
  • Company Research API
    • Get Company Facts
    • Get Company Field
    • Ask Company Question
  • Document API
    • Document Index
    • Ask Document Question
    • Extract Document Field
    • Extract Document Text
    • Summarize Document
  • AI Analyst API
    • Ask Question
Powered by GitBook
On this page
  1. Company Search API

Search by Name or Domain

Use this endpoint to find companies by their name or web domain.

NOTE: This end-point is not enabled by default. Please request access.

Endpoint:

GET /v1/companies/search

Parameters:

  • query (string): Name or web domain of the target company.

Response:

[
    {
        "name": "The New York Times",
        "domain": "nytimes.com",
        "logo": "https://logo.corpdev.ai/nytimes.com"
    },
    {
        "name": "New York Post",
        "domain": "nypost.com",
        "logo": "https://logo.corpdev.ai/nypost.com"
    },
    {
        "name": "New York Magazine",
        "domain": "nymag.com",
        "logo": "https://logo.corpdev.ai/nymag.com"
    }
]

Special Rate Limit

This endpoint is rate limited to 1,000 requests per minute, making it suitable for auto-complete use cases.

PreviousRate LimitsNextSearch by Description

Last updated 9 months ago