Alerto's APIs can seamlessly empower your solutions with our fresh and updated data.

We provide four APIs to access our data: EmailFinder API, Enricher API, SearchContacts API and PurchaseContacts API.

Request

{

"email" : "YOUR_EMAIL",

"api_key" : "YOUR_API_KEY"

}

Authentication

All our API calls must have the parameters 'email' and 'apiKey' for authentication.

email- Your registered email with Alerto

apiKey - Your API key

Response Code

Alerto uses common HTTP response codes to indicate the status of the API request.

In case of an error, our APIs will return the corresponding code.

Status Code

200 Ok - Successful request

400 Bad request - Invalid input parameters

401 Authentication Failed - Email/API Key is invalid

403 Expired – Your API Key is expired

404 Not Found - The requested page was not found

Input Parameters:

EmailYour email registered with alerto
ApikeyYour API key

Output Code:

'Content-Type: application/json' --header 'Accept: application/json' -d

{

"apiKey" : "YOUR_API_KEY",

"email" : "john@abc.com"

}

Funding Alert API

Using this Api, you can get the information about shares, investors and companies raising the fund details.

Output Parameters:

companyNameName of the company
companyUrlURL of the company
typeNameFunding type
fundingAmountFunding amount
amountUndisclosedAmount undisclosed
fundingAmountCurrencyCurrency of the funding amount
fundingMonthMonth
fundingYearYear
valuationAmountValuation of the amount
totalValuationAmountTotal valuation of the amount
investorName1Investor1’s company name
investorUrl2 Investor1’s company URL
leadInvestor1Select company name of the investor1 if the company is lead investor
investor1UndisclosedInvestor1 undisclosed
investorName2Investor2’s company name
investorUrl2Investor2’s company URL
leadInvestor2Select company name of the investor2 if the company is lead investor
extraInvestorsNo of the extra investors
otherInvestorsCompany name of the other investors
sourceUrl1Source URL1
sourceUrl2Source URL2
sourceUrl3Source URL3

Output Code:

{

"companyName": "Koa Health",

"companyUrl": "https://www.koahealth.com/",

"typeName": "Series A",

"fundingAmount": "14,100,000",

"amountUndisclosed" : "N",

"fundingAmountCurrency" : "EUR",

"fundingMonth": "Nov”,

"fundingYear": "2020”,

"valuationAmount": "2,000,000,000",

"totalValuationAmount" : "NA",

"investorName1": "Ancora Finance Group",

"investorUrl1": "http://www.wellington-partners.com/",

"leadInvestor1 ": "N”,

"investor1Undisclosed " : "N",

"investorName2 ": "Ancora Finance Group",

"investorUrl2": "http://www.wellington-partners.com/",

"leadInvestor2": "N",

"extraInvestors": "No of the extra investors",

"investor2Undisclosed" : "N",

"otherInvestors": "0",

"sourceUrl1": "https://nordic9.com/news/koa-health-announced-a-14-million-funding-round-led-by-ancora-finance-group-and-wellington-partners-news4018477227/",

"sourceUrl2": "https://nordic9.com/news/koa-health-announced-a-14-million-funding-round-led-by-ancora-finance-group-and-wellington-partners-news4018477227/ ",

"sourceUrl3": "https://nordic9.com/news/koa-health-announced-a-14-million-funding-round-led-by-ancora-finance-group-and-wellington-partners-news4018477227/"

}

IPO API:

Using this Api, you can get the information about companies shares, stock exchange.

Output Parameters:

companyNameName of the company
companyUrlURL of the company
fillingDateFilling date
listingDateListing date
shareValueValue of the share
shareValueCurrencyCurrency of the share value
numberOfSharesNo of the shares
valuationAmountValuation of the amount
stockExchangestock exchange
sourceUrl1Source URL1
sourceUrl2Source URL2
sourceUrl3Source URL3

Output Code:

{

"companyName": "Datto",

"companyUrl": "https://www.datto.com/",

"fillingDate": "29-09-2020",

"listingDate": "30-09-2020",

"listDateUndisclosed": "N",

"shareValue": "22000000",

"shareValueCurrency": "USD",

"numberOfShares": "27",

"valuationAmount": "NA",

"stockExchange": "Korea Exchange",

"sourceUrl1": "https://www.marketwatch.com/tools/ipo-calendar",

"sourceUrl2": "https://www.marketwatch.com/tools/ipo-calendar",

"sourceUrl3": "https://www.marketwatch.com/tools/ipo-calendar"

}

Acquisition API:

Acquisition Api provides buyer and seller details.

Output Parameters:

typeNameAcquisition type
buyerNameCompany name of the buyer
buyerUrlCompany URL of the buyer
amountAmount
amountUndisclosedAmount undisclosed
currencyCurrency of the amount
sellerNameCompany name of the seller
sellerUrlCompany URL of the seller
acqMonthMonth
acqYearYear
sourceUrl1Source URL1
sourceUrl2Source URL2
sourceUrl3Source URL3
valuationAmountValuation of the amount

Output Code:

{

"typeName": "Merger",

"buyerName": "Bell Pottinger",

"buyerUrl": "http://www.bellpottinger.com/",

"amount": "200,000,000",

"amountUndisclosed": "N",

"currency": "USD",

"sellerName": "Centreground Political Communications",

"sellerUrl": "http://thecentreground.com/",

"acqMonth": "Jun",

"acqYear": "2021",

"sourceUrl1": "https://www.flipkart.com/",

"sourceUrl2": "https://www.flipkart.com/",

"sourceUrl3": "https://www.flipkart.com/",

"valuationAmount": "36,000,000,000"

}

Events API:

Using the events Api you can get the information about events, participants, sponsors.

Output Parameters:

typeNameEvent type
eventNameName of the event
eventUrlURL of the event
startDateMonth
endDateYear
addressStreet1Address street1
addressStreet12Address street2
cityNameCity
stateNameState
countryNameCountry
regionNameRegion
participantsCountNo of the companies
sponsorsCountNo of the sponsors

Output Code:

{

"typeName": "Conference",

"eventName": "DesignCon 2020",

"eventUrl": "https://designcon.com/",

"startDate": "28-01-2020",

"endDate": "30-01-2020",

"addressStreet1": "San Jose McEnery Convention Center ",

"addressStreet2": "hill street",

"cityName": "San Jose",

"stateName": "California",

"countryName": "US",

"regionName": "North America",

"participantsCount": "250",

"sponsorsCount": "4",

"source": "https://www.designcon.com/en/home.html"

}

Awards API:

Using the events Api, you can get the information about awards, companies, sponsors.

Output Parameters:

typeNameAward type
awardNameName of the award
awardUrlURL of the award
awardMonthMonth
awardYearYear
awardeeNameName of the awardee
awardeeUrlURL of the awardee
sourceSource URL
companiesCountNo of the companies
sponsorsCountNo of the sponsors

Output Code:

{

"typeName": "Location specific",

"awardName": "National Award for Excellence",

"awardUrl": "http://www.worldmanufacturingcongres.org/",

"awardMonth": "Oct",

"awardYear": "2021",

"awardeeName": "Robert Bosch Limited",

"awardeeUrl": "https://www.bosch.in/",

"source": "https://www.designcon.com/en/home.html",

"companiesCount": "10",

"sponsorsCount": "2"

}

Leadership Changes API:

Using this API, you can get a person’s job details and social media details.

Output Parameters:

executiveNameName of the person
typeNameLeadersgip changes type
companyNameName of the company
companyUrlURL of the company
jobTitleTitle of the job
emailIdEmail ID
linkedInLinkedIn profile of the person
facebookFacebook profile of the person
twitterTwitter profile of the person
mediumMedium profile of the person
instagramInstagram profile of the person
joiningMonthJoining month
joiningYearJoining year
sourceUrl1Source URL1
sourceUrl2Source URL2
sourceUrl3Source URL3

Output Code:

{

"executiveName": "Benoit Cloutier",

"typeName": "joined",

"companyName": "Hiller Measurements",

"companyUrl": "https://www.hillermeas.com/",

"jobTitle": "CEO",

"emailId": "ben.cloutier@hillermeas.com",

"linkedIn": "https://www.linkedin.com/in/ben-cloutier/",

"facebook": "https://www.facebook.com/vishnu",

"twitter": "https://www.twitter.com/vishnu",

"medium": "https://www.medium.com/vishnu",

"instagram": "NA",

"joiningMonth": "Nov",

"joiningYear": "2021",

"sourceUrl1": "https://www.prnewswire.com/news-releases/hiller-measurements-announces-benoit-cloutier-as-chief-financial-officer-301164502.html",

"sourceUrl2": "https://www.prnewswire.com/news-releases/hiller-measurements-announces-benoit-cloutier-as-chief-financial-officer-301164502.html",

"sourceUrl3": "https://www.prnewswire.com/news-releases/hiller-measurements-announces-benoit-cloutier-as-chief-financial-officer-301164502.html"

}

Company Status API:

Using this API, you can get a companies status.

Output Parameters:

typeNameCompany status type
companyNameName of the company
companyUrlURL of the company
statusMonthMonth
statusYearYear
sourceSource URL

Output Code:

{

"typeName": "dead",

"companyName": "The Hertz Corporation",

"companyUrl": "http://www.hertz.com/",

"statusMonth": "May",

"statusYear": "2021",

"source": "https://www.prnewswire.com/news-releases/hiller-measurements-announces-benoit-cloutier-as-chief-financial-officer-301164502.html"

}

Hiring API:

Using this API, you can get a information about no of hiring positions, location.

Output Parameters:

hirerNameName of the hirer
hirerUrlURL of the hirer
locationLocation
noOfJobTitlesNo of the jobs
sourceUrl1Source URL1
sourceUrl2Source URL2
sourceUrl3Source URL3

Output Code:

{

"hirerName": "Sunley House Capital Management",

"hirerUrl": "https://www.adventinternational.com",

"location": "https://goo.gl/maps/Jff5CQCZaNr3HuSc7",

"noOfJobTitles": "3",

"sourceUrl1": "https://www.prnewswire.com/news-releases/hiller-measurements-announces-benoit-cloutier-as-chief-financial-officer-301164502.html",

"sourceUrl2": "https://www.prnewswire.com/news-releases/hiller-measurements-announces-benoit-cloutier-as-chief-financial-officer-301164502.html",

"sourceUrl3": "https://www.prnewswire.com/news-releases/hiller-measurements-announces-benoit-cloutier-as-chief-financial-officer-301164502.html"

}

Layoff API:

Using this API, you can get a information about employer name, no of resources.

Output Parameters:

employerNameCompany name of the employer
employerUrlCompany URL of the employer
noOfResourcesNo of the resources
LocationLocation
sourceSource URL

Output Code:

{

"employerName": "Paystack",

"employerUrl": "https://paystack.com/",

"noOfResources": "5",

"location": "https://goo.gl/maps/HZFarPNT5BuDNBKT7",

"source": "newswire.com/news-release/2020/10/08/2105480/0/en/Spinal-Elements-Announces-Launch-of-Initial-Public-Offering.html"

}

Restructuring API:

Using this API, you can get a information about restructuring alert.

Output Parameters:

companyNameName of the company
companyUrlURL of the company
locationLocation
sourceSource URL

Output Code:

{

"companyName": "Goldman Sachs",

"companyUrl": "https://www.goldmansachs.com/",

"location": "https://goo.gl/maps/twgc4LsdHPnjF13E6",

"source": "https://www.penews.com/articles/3i-snaps-up-pet-food-producer-mpm-in-125m-deal-20201109"

}

Physical Alert API:

Using physical alert API, you can get a information about physical alert.

Output Parameters:

typeNamePhysical type
companyNameName of the company
companyUrlURL of the company
pMonthMonth
pYearYear
locationlocation
sourceSource URL

Output Code:

{

"typeName": "New office opening",

"companyName": "Ayar Labs, Inc.",

"companyUrl": "https://ayarlabs.com/",

"pMonth": "Oct",

"pYear": "2020",

"location": "https://goo.gl/maps/TSM3YbQDJtArxUhKA",

"source": "https://www.techinafrica.com/paystack-to-be-acquired-by-stripe-to-boost- online-and-offline-commerce-in-africa/"

}

Risk Alert API:

Using risk alert API, you can get a information about risk type, location.

Output Parameters:

typeNameRisk type
companyNameName of the company
companyUrlURL of the company
locationlocation
sourceUrl1Source URL 1
source Url2Source URL 2

Output Code:

{

"typeName": "Environmental Imapct",

"companyName": "Fin Venture Capital LLC",

"companyUrl": "https://finvc.co/",

"location": "https://goo.gl/maps/1v9r1EFBV1pCJc5N7",

"sourceUrl1": "https://www.techinafrica.com/paystack-to-be-acquired-by-stripe-to-boost-online-and-offline-commerce-in-africa/",

"sourceUrl12": "https://www.techinafrica.com/paystack-to-be-acquired-by-stripe-to-boost-online-and-offline-commerce-in-africa/"

}

New product launch API:

Using this API, you can get a information about product name and it’s details.

Output Parameters:

companyNameName of the company
companyUrlURL of the company
productNameName of the product
productUrlURL of the product
launchMonthMonth
launchYearYear
productTagsProduct tag
sourceSource URL

Output Code:

{

"companyName": "Viola Ventures",

"companyUrl": "https://www.viola-group.com/",

"productName": "Ziofy",

"productUrl": "ziofy.com",

"launchMonth": "May",

"launchYear": "2020",

"productTags": "NA",

"source": "https://brandlance.com/ziofy-com.html"

}

Start growing with
alerto today

A quick 30minutes one-on-one meeting or a demo makes us understand your requirement better and to show how we add value to your business.

Schedule a Meeting