Setting up

LeadsOnTrees API is a RESTful API that provides access to the LeadsOnTrees database.

Getting Started

Get an API key from the LeadsOnTrees platform - https://www.leadsontrees.com/profile

For full documentation:

VC Fundings API

Mergers and Acquisitions API

Quick Start

Fetch VC Fundings

curl -X GET "https://www.leadsontrees.com/api/v1/funding" \\
  -H "x-lot-api-key: YOUR_API_KEY" \\
  -H "Content-Type: application/json"

Fetch M&A

curl -X GET "https://www.leadsontrees.com/api/v1/m-a" \\
  -H "x-lot-api-key: YOUR_API_KEY" \\
  -H "Content-Type: application/json"

Setting up

LeadsOnTrees API is a RESTful API that provides access to the LeadsOnTrees database.

Getting Started

Get an API key from the LeadsOnTrees platform - https://www.leadsontrees.com/profile

For full documentation:

VC Fundings API

Mergers and Acquisitions API

Quick Start

Fetch VC Fundings

curl -X GET "https://www.leadsontrees.com/api/v1/funding" \\
  -H "x-lot-api-key: YOUR_API_KEY" \\
  -H "Content-Type: application/json"

Fetch M&A

curl -X GET "https://www.leadsontrees.com/api/v1/m-a" \\
  -H "x-lot-api-key: YOUR_API_KEY" \\
  -H "Content-Type: application/json"