POST
/
companies
/
search
curl --request POST \
  --url https://api.forestreet.com/companies/search \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "query": "<string>",
  "page": 123,
  "itemsPerPage": 123,
  "sorts": {},
  "fields": [
    {}
  ]
}'
{
"meta": {
  "totalItems": 17,
  "currentPage": 1,
  "totalPages": 17,
  "itemsPerPage": 1
},
"data": [
  {
    "domain": "ai-media.tv",
    "logoURL": "https://logo.clearbit.com/ai-media.tv",
    "name": "Ai-Media",
    "dunsNumber": 8450682052,
    "description": "Ai-Media UK offers online captioning, transcription, and audio description services for media, education, and corporate clients to make content accessible for people with disabilities. The company is specialized in providing communication support for deaf and people with hearing disabilities. It offers Ai-Live, an online captioning and transcription service that helps people in participating and interacting by enabling inclusion and access to education and the workplace; and Visible Classroom, a project that provides useful feedback for teachers in real time based on sound educational pedagogy in line with models of best teaching practices. The company also provides on-site services, including British sign language, speech-to-text, electronic note-taker, lip speaker, and on-site captioning services; and web accessibility services such as corporate note-taking, verbatim transcription, subtitle, and foreign language services. In addition, it offers captioning for television broadcasters; live captioning in schools and universities to support learning; and trainings for teachers and educational solutions for schools and universities. Ai-Media UK was incorporated in 2010 and is based in London, United Kingdom with additional offices in Sydney, Brisbane, Adelaide, and Melbourne, Australia.",
    "foundedYear": 2003,
    "hqCountry": "Australia",
    "size": "250-1,000",
    "revenue": "$100M-$250M",
    "diversityCertifications": ["People With Disability"],
"momentum": {
      "funding": 0,
      "webTraffic": 90,
      "mediaAnalysis": 44,
      "newsSentiment": 49,
      "revenueEstimates": 60
    },
    "overallMomentum": 54,
    "actualRevenue": 140000000,
    "shareholdersList": [],
    "locations": 1,
    "topics": [
      {
        "topicId": "212618",
        "name": "Automatic Speech Recognition",
        "score": 1
      },
      {
        "topicId": "212619",
        "name": "Real-Time Transcription",
        "score": 0.74225
      },
      {
        "topicId": "212620",
        "name": "Multilingual Transcription",
        "score": 1
      },
      {
        "topicId": "212624",
        "name": "Custom Vocabulary Transcription",
        "score": 0.705202
      },
      ...
    ],
    "versionDate": "2023-12-21T15:41:28.618Z",
    "competitors": [
      {
        "domain": "gotranscript.com",
        "name": "GoTranscript",
        "similarityScore": 0.7399038461538461,
        "description": "GoTranscript offers the best audio/video transcription & translation at cheap rates. Order transcription services online. Upload files, get transcripts by email.",
        "hqCountry": "United Kingdom",
        "size": "250-1,000",
        "momentum": {
          "funding": 0,
          "webTraffic": 41,
          "mediaAnalysis": 44,
          "newsSentiment": 43,
          "revenueEstimates": 50
        },
        "overallMomentum": 36,
        "logoURL": "https://logo.clearbit.com/undefined"
      },
      {
        "domain": "verbit.ai",
        "name": "Verbit",
        "similarityScore": 0.7289423076923076,
        "description": "Verbit.ai is an internet company that specializes in combining human and artificial intelligence to provide transcription and captioning solutions. It focuses on video transcription, AI-powered transcription, video captioning, and machine learning. The company was founded in 2017 and headquartered in New York, United States.",
        "hqCountry": "United States",
        "size": "1,000-10,000",
        "momentum": {
          "funding": 90,
          "webTraffic": 47,
          "mediaAnalysis": 45,
          "newsSentiment": 46,
          "revenueEstimates": 70
        },
        "overallMomentum": 55,
        "logoURL": "https://logo.clearbit.com/undefined"
      },
      {
        "domain": "deepgram.com",
        "name": "Deepgram",
        "similarityScore": 0.6823557692307693,
        "description": "Deepgram builds Speech Recognition for Enterprise. Powered by our own Deep Learning models, our scalable API reliably translates high-value audio into parsable data with industry leading accuracy.Deepgram is an NVIDIA partner and a Y Combinator company.",
        "hqCountry": "United States",
        "size": "50-250",
        "momentum": {
          "funding": 60,
          "webTraffic": 72,
          "mediaAnalysis": 44,
          "newsSentiment": 43,
          "revenueEstimates": 40
        },
        "overallMomentum": 56,
        "logoURL": "https://logo.clearbit.com/undefined"
      },
      ...
    ]
  }
]
}

Body Request Object Example

{
  "page": 1,
  "itemsPerPage": 5,
  "query": "AI"
}

Body

query
string
default: ""

The string to search for companies by name, domain, dunsNumber etc.

page
number
default: ""

The page to return from the paginated results

itemsPerPage
number
default: ""

The number of markets to return per page

sorts
object
default: ""

The sort order for the results. The key is the field to sort by and the value is the sort order.

fields
array
default: ""

The fields to return in the response. If not specified, all fields will be returned.