Skip to main content
POST
/
v1
/
data
/
search
/
funded-companies
Search Funded Companies
curl --request POST \
  --url https://api.linkupapi.com/v1/data/search/funded-companies \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <x-api-key>' \
  --data '{
  "keyword": "<string>",
  "industry": {},
  "location": {},
  "employee_range": {},
  "total_results": 123,
  "enrich": true
}'
{
  "status": "success",
  "data": {
    "total_results": 1,
    "companies": [
      {
        "name": "Together AI",
        "universalName": "togethercomputer",
        "description": "Together AI is a research-driven AI cloud infrastructure provider. Our purpose-built GPU cloud platform empowers AI engineers and researchers to train, fine-tune, and run frontier class AI models.\n\nOur customers include leading SaaS companies such as Salesforce, Zoom, and Zomato, as well as pioneering AI startups like ElevenLabs, Hedra, and Cartesia.\n\nWe advocate for open source AI and believe that transparent AI systems will drive innovation and create the best outcomes for society.",
        "tagline": "AI pioneers train, fine-tune, and run frontier models on our GPU cloud platform.",
        "websiteUrl": "https://together.ai",
        "industry": "Software Development",
        "employeeCount": 271,
        "employeeCountRange": {
          "start": 201,
          "end": 500
        },
        "headquarter": {
          "country": "US",
          "geographicArea": "California",
          "city": "San Francisco",
          "line2": null,
          "line1": "251 Rhode Island St",
          "postalCode": "94103"
        },
        "logoUrl": "https://media.licdn.com/dms/image/v2/D560BAQEoABGv7fhdYw/company-logo_200_200/B56ZaIpAzHHAAI-/0/1746049174960/togethercomputer_logo?e=2147483647&v=beta&t=qIf249H-TFompFSzYNg4WLlPOD5g0nj7yS2OuV8r7-s",
        "coverImageUrl": "https://media.licdn.com/dms/image/v2/D563DAQFveGHB6u2ToQ/image-scale_191_1128/B56ZaIowNLHAAg-/0/1746049107098/togethercomputer_cover?e=2147483647&v=beta&t=p1YPtC7jYTkDkFhUZXfUsFmT6HoR8BIjrxjCLOUL1wI",
        "callToAction": null,
        "locations": [
          {
            "streetAddressOptOut": false,
            "description": "Primary",
            "address": {
              "country": null,
              "geographicArea": null,
              "city": null,
              "line2": null,
              "line1": "251 Rhode Island St",
              "postalCode": null
            },
            "headquarter": true
          }
        ],
        "organizationType": "Privately Held",
        "defaultLocale": "en",
        "followersCount": 69137,
        "pageMailbox": false,
        "verified": false,
        "funding": {
          "isFunded": true,
          "totalRounds": 4,
          "lastRound": {
            "type": "Series B",
            "date": "2025-03-20",
            "amount": "US$ 305.0M"
          },
          "investors": [
            {
              "name": "Prosperity7 Ventures",
              "company_url": "https://www.linkedin.com/company/prosperity7-ventures-d527"
            },
            {
              "name": "General Catalyst",
              "company_url": "https://www.linkedin.com/company/general-catalyst-partners"
            },
            {
              "name": "+ 19 Other investors",
              "company_url": null
            }
          ]
        },
        "company_url": "https://www.linkedin.com/company/togethercomputer"
      }
    ],
    "enriched": true,
    "funded_only": true
  }
}

Description

This endpoint allows you to search specifically for funded companies using various advanced filtering criteria. Only companies with funding information will be returned.
Credit Usage: 1 credit per 10 results (or fraction thereof). For example:
  • 1-10 results = 1 credit
  • 11-20 results = 2 credits
  • 300 results = 30 credits
Enrichment (if enrich: true): +1 credit per company

Headers

x-api-key
string
required
Your API key for authentication

Body Parameters

keyword
string
required
Keyword to search for (company name, industry, etc.)
industry
string or array
Industry sector(s) (e.g., “technology” or [“technology”, “finance”, “healthcare”])
location
string or array
Location(s) (e.g., “Paris” or [“Paris”, “Lyon”, “Marseille”])
employee_range
string or array
Employee range(s) (e.g., “1-50” or [“1-50”, “51-200”, “201-1000”])
total_results
integer
default:"10"
Number of results to return
  • Minimum: 1
  • Maximum: 50,000
  • Default: 10
enrich
boolean
default:"false"
Retrieve enriched company data with detailed informationWhen set to true, returns comprehensive company details including:
  • Complete company profile information
  • Employee count and ranges
  • Headquarters and locations
  • Logo and cover images
  • Detailed funding information (rounds, investors, amounts)
  • Organization type
  • And more…
Default: false (returns basic information only)

Response

status
string
Response status (“success” or “error”)
data
object
message
string
Error message (if status = “error”)
{
  "status": "success",
  "data": {
    "total_results": 1,
    "companies": [
      {
        "name": "Together AI",
        "universalName": "togethercomputer",
        "description": "Together AI is a research-driven AI cloud infrastructure provider. Our purpose-built GPU cloud platform empowers AI engineers and researchers to train, fine-tune, and run frontier class AI models.\n\nOur customers include leading SaaS companies such as Salesforce, Zoom, and Zomato, as well as pioneering AI startups like ElevenLabs, Hedra, and Cartesia.\n\nWe advocate for open source AI and believe that transparent AI systems will drive innovation and create the best outcomes for society.",
        "tagline": "AI pioneers train, fine-tune, and run frontier models on our GPU cloud platform.",
        "websiteUrl": "https://together.ai",
        "industry": "Software Development",
        "employeeCount": 271,
        "employeeCountRange": {
          "start": 201,
          "end": 500
        },
        "headquarter": {
          "country": "US",
          "geographicArea": "California",
          "city": "San Francisco",
          "line2": null,
          "line1": "251 Rhode Island St",
          "postalCode": "94103"
        },
        "logoUrl": "https://media.licdn.com/dms/image/v2/D560BAQEoABGv7fhdYw/company-logo_200_200/B56ZaIpAzHHAAI-/0/1746049174960/togethercomputer_logo?e=2147483647&v=beta&t=qIf249H-TFompFSzYNg4WLlPOD5g0nj7yS2OuV8r7-s",
        "coverImageUrl": "https://media.licdn.com/dms/image/v2/D563DAQFveGHB6u2ToQ/image-scale_191_1128/B56ZaIowNLHAAg-/0/1746049107098/togethercomputer_cover?e=2147483647&v=beta&t=p1YPtC7jYTkDkFhUZXfUsFmT6HoR8BIjrxjCLOUL1wI",
        "callToAction": null,
        "locations": [
          {
            "streetAddressOptOut": false,
            "description": "Primary",
            "address": {
              "country": null,
              "geographicArea": null,
              "city": null,
              "line2": null,
              "line1": "251 Rhode Island St",
              "postalCode": null
            },
            "headquarter": true
          }
        ],
        "organizationType": "Privately Held",
        "defaultLocale": "en",
        "followersCount": 69137,
        "pageMailbox": false,
        "verified": false,
        "funding": {
          "isFunded": true,
          "totalRounds": 4,
          "lastRound": {
            "type": "Series B",
            "date": "2025-03-20",
            "amount": "US$ 305.0M"
          },
          "investors": [
            {
              "name": "Prosperity7 Ventures",
              "company_url": "https://www.linkedin.com/company/prosperity7-ventures-d527"
            },
            {
              "name": "General Catalyst",
              "company_url": "https://www.linkedin.com/company/general-catalyst-partners"
            },
            {
              "name": "+ 19 Other investors",
              "company_url": null
            }
          ]
        },
        "company_url": "https://www.linkedin.com/company/togethercomputer"
      }
    ],
    "enriched": true,
    "funded_only": true
  }
}

Important Notes

  • Funded Companies Only: This endpoint exclusively returns companies that have received funding
  • Credit consumption is based on the number of results: 1 credit for 1-10 results, 2 credits for 11-20 results, etc.
  • Credits are only deducted on successful searches
I