GET
/
funding
cURL
curl --request GET \
  --url https://www.leadsontrees.com/api/v1/funding \
  --header 'x-lot-api-key: <api-key>'
{
  "message": "OK",
  "params": {
    "category": [
      "<string>"
    ],
    "round": [
      "<string>"
    ],
    "amount": 123,
    "date_from": "2023-12-25",
    "date_to": "2023-12-25"
  },
  "response": {
    "data": [
      {
        "company_name": "TechCorp Inc",
        "name_path": "techcorp-inc",
        "round_type": "Series B",
        "funding_amount": 300000000,
        "currency": "EUR",
        "ceo": "Jane Smith",
        "investors": [
          {
            "name": "Sample Ventures",
            "linkedin_url": "https://www.linkedin.com/company/sample-ventures"
          }
        ],
        "company_info": {
          "name": "TechCorp Inc",
          "description": "TechCorp Inc is a leading technology company specializing in innovative software solutions for businesses worldwide.",
          "industry": "Software Technology",
          "website": "https://www.techcorp.com",
          "size": "1,001-5,000 employees",
          "logo_url": "https://example.com/logos/techcorp.png",
          "year_founded": 1994,
          "hq_country": "United States",
          "email": "jsmith@example.com",
          "phone": "<string>",
          "keywords": [
            "cloud computing",
            "artificial intelligence",
            "data analytics"
          ],
          "specialities": [
            "<string>"
          ],
          "categories": [
            "Software",
            "Technology",
            "SaaS"
          ],
          "company_interested_in": [
            "Software development",
            "AI technology",
            "Cloud services"
          ]
        },
        "historical_headcount": [
          {
            "date": "2024-12-05T12:48:23",
            "headcount": 358,
            "growth": -0.28
          }
        ],
        "growth_info": {
          "growth_1m": -0.28,
          "growth_3m": -0.56,
          "growth_6m": -1.93,
          "growth_9m": -4.81,
          "growth_12m": -4.3
        },
        "contact_info": [
          {
            "employees": [
              {
                "name": "John Anderson",
                "title": "Head of Engineering",
                "linkedin_url": "https://www.linkedin.com/in/john-anderson",
                "email": "j.anderson@techcorp.com",
                "phone": "<string>",
                "date_started": "2025-07-01T11:19:19"
              }
            ],
            "company_linkedin_url": "https://www.linkedin.com/company/techcorp",
            "company_twitter_url": "https://twitter.com/TechCorpInc",
            "company_facebook_url": "https://www.facebook.com/TechCorpInc"
          }
        ],
        "main_category": "Technology",
        "date_seen": "2025-07-05T07:03:37.906000"
      }
    ]
  }
}

Authorizations

x-lot-api-key
string
header
required

API key for funding data API authentication

Query Parameters

round
string

Filter by seed round (e.g., seed, pre-seed)

category
string[]

Array of categories (e.g., AI, Web3)

amount
integer

Minimum funding amount

Required range: x >= 0
country
string

Country of the companies

website
string

Company website url

linkedin_url
string

Company linkedin url

page
integer

Page number

Required range: x >= 1
date_from
string

Start date (YYYY-MM-DD)

date_to
string

End date (YYYY-MM-DD)

Response

200
application/json

Funding data response

The response is of type object.

GET
/
funding
cURL
curl --request GET \
  --url https://www.leadsontrees.com/api/v1/funding \
  --header 'x-lot-api-key: <api-key>'
{
  "message": "OK",
  "params": {
    "category": [
      "<string>"
    ],
    "round": [
      "<string>"
    ],
    "amount": 123,
    "date_from": "2023-12-25",
    "date_to": "2023-12-25"
  },
  "response": {
    "data": [
      {
        "company_name": "TechCorp Inc",
        "name_path": "techcorp-inc",
        "round_type": "Series B",
        "funding_amount": 300000000,
        "currency": "EUR",
        "ceo": "Jane Smith",
        "investors": [
          {
            "name": "Sample Ventures",
            "linkedin_url": "https://www.linkedin.com/company/sample-ventures"
          }
        ],
        "company_info": {
          "name": "TechCorp Inc",
          "description": "TechCorp Inc is a leading technology company specializing in innovative software solutions for businesses worldwide.",
          "industry": "Software Technology",
          "website": "https://www.techcorp.com",
          "size": "1,001-5,000 employees",
          "logo_url": "https://example.com/logos/techcorp.png",
          "year_founded": 1994,
          "hq_country": "United States",
          "email": "jsmith@example.com",
          "phone": "<string>",
          "keywords": [
            "cloud computing",
            "artificial intelligence",
            "data analytics"
          ],
          "specialities": [
            "<string>"
          ],
          "categories": [
            "Software",
            "Technology",
            "SaaS"
          ],
          "company_interested_in": [
            "Software development",
            "AI technology",
            "Cloud services"
          ]
        },
        "historical_headcount": [
          {
            "date": "2024-12-05T12:48:23",
            "headcount": 358,
            "growth": -0.28
          }
        ],
        "growth_info": {
          "growth_1m": -0.28,
          "growth_3m": -0.56,
          "growth_6m": -1.93,
          "growth_9m": -4.81,
          "growth_12m": -4.3
        },
        "contact_info": [
          {
            "employees": [
              {
                "name": "John Anderson",
                "title": "Head of Engineering",
                "linkedin_url": "https://www.linkedin.com/in/john-anderson",
                "email": "j.anderson@techcorp.com",
                "phone": "<string>",
                "date_started": "2025-07-01T11:19:19"
              }
            ],
            "company_linkedin_url": "https://www.linkedin.com/company/techcorp",
            "company_twitter_url": "https://twitter.com/TechCorpInc",
            "company_facebook_url": "https://www.facebook.com/TechCorpInc"
          }
        ],
        "main_category": "Technology",
        "date_seen": "2025-07-05T07:03:37.906000"
      }
    ]
  }
}

Authorizations

x-lot-api-key
string
header
required

API key for funding data API authentication

Query Parameters

round
string

Filter by seed round (e.g., seed, pre-seed)

category
string[]

Array of categories (e.g., AI, Web3)

amount
integer

Minimum funding amount

Required range: x >= 0
country
string

Country of the companies

website
string

Company website url

linkedin_url
string

Company linkedin url

page
integer

Page number

Required range: x >= 1
date_from
string

Start date (YYYY-MM-DD)

date_to
string

End date (YYYY-MM-DD)

Response

200
application/json

Funding data response

The response is of type object.