Get started


               

The Aeroleads API provides programmatic access to find email of your prospects using only their names and company website.

To use this API, you need an API key. After logging into your Aeroleads account, Please go to the Settings Page to your API Key.

GET DETAILS FROM LINKEDIN URL


# Here is a curl example
curl \
-X GET https://aeroleads.com/apis/get_linkedin_details \
-F 'api_key=902557b42769be78e3d2d681fc7ebaxx' \
-F 'linkedin_url=https://www.linkedin.com/in/pushkar-gaikwad-b837131aa/' \

               

To get characters you need to make a GET call to the following url :
https://aeroleads.com/apis/get_linkedin_details



Result example :

{
 query:{
   first_name:pushkar,
   last_name:gaikwad,
   company_url=aeroleads.com,
   api_key=902557b42769be78e3d2d681fc7eb2xx
 }
 result: {
 "name":"Pushkar gaikwad",
 "company_url":"aeroleads.com",
 "email":"pushkar@aeroleads.com",
 "status":"valid"}
}
               

QUERY PARAMETERS

Field Type Description
api_key String Your API key.
linkedin_url String Linkedin URL of the prospect

RESULT

Field Type Description
first_name String First name of the prospect
full_name String Full name of the prospect
last_name String Last name of the prospect
gender String Gender of the prospect
address String Address of the prospect
city String City of the prospect
country String Country of the prospect
job_summary String Job summary of the prospect
job_title_role String Job title role of the prospect
job_title_level String Job title level of the prospect
job_company_name String Job company name of the prospect
job_company_website String Job company website of the prospect
job_description String Job description of the prospect
job_company_linkedin_url String Job company linkedin url of the prospect
education String Education of the prospect
experience String Experience of the prospect
interests String Interests of the prospect
skills String Skills of the prospect
languages String Languages of the prospect
emails String Emails of the prospect
phone_numbers String Phone numbers of the prospect
cb_rank String Cb rank of the prospect
db_logo_url String Db logo url of the prospect
profile_picture_url String Profile picture url of the prospect
job_company_size String Job company size of the prospect
industry String Industry of the prospect
job_title_detailed_role_s2 String Job title detailed role s2 of the prospect
organization_founded_year_s2 String Organization founded year s2 of the prospect
organization_facebook_url_s2 String Organization facebook url s2 of the prospect
organization_twitter_url_s2 String Organization twitter url s2 of the prospect
organization_twitter_url_s2 String Organization twitter url s2 of the prospect
organization_current_technologies_s2 String Organization current technologies s2 of the prospect
emails_s2 String Emails s2 of the prospect
phone_numbers_s2 String Phone numbers s2 of the prospect

Errors

The Aeroleads API uses the following error codes:

Error Code Meaning
401 Wrong API key.
402 Credit Limit Reached.