Intellizence Business Expansion & Major Hiring Enrichment API
A usage-based REST API for on-demand, credit-based access to business expansion and major hiring data from the Intellizence Business Expansion & Major Hiring Dataset.
This API enables you to get data on companies that have announced:
Major business investments
Opening up of new factories, headquarters, warehouses, data centers & more
Expansion into new locations, regions & countries
Major hiring
This REST API provides on-demand, usage-based access to business expansion ( opening up of offices, factories, headquarters, etc), major hiring and investment data from the Intellizence Business Expansion & Major Hiring Dataset. Credits are deducted based on successful records returned, in accordance with your subscription entitlements. A credit will be deducted for every successful records returned.
Users can search data using various parameters- dateType,startDate,endDate,date,companyDomain,companyName,companyIndustry,companyLocation,companyType,companyTicker,expansionType,expansionLocation,investment,currency and jobs .
Users can limit the number of records returned using the limit parameter. All the parameters are optional.
The API key has to be passed in HTTP header with the name x-api-key."
Intellizence API key for authenticating the request.
Choose the date type used to filter records.The default value is 'ANNOUNCED'. To get the daily update of records created or modified, 'LAST-MODIFIED' is recommended.
ANNOUNCEDPossible values: The start date (YYYY-MM-DD) from which business expansion data is needed. The Intellizence Business Expansion Dataset contains data beginning from 2021-01-01.
2025-05-01The end date (YYYY-MM-DD) up to which business expansion data is needed.
2025-05-01Exact date (YYYY-MM-DD) for which the business expansion data is needed.
2025-05-01The name(s) of the company for which the business expansion data is needed. Partial name matches are supported. Multiple values can be provided either as a comma-separated string or as an array.
Kimberly-ClarkThe website domain(s) of the company for which the business expansion data is needed. Partial website domain matches are supported. Multiple values can be provided either as a comma-separated string or as an array.
www.kimberly-clark.comThe industry or industries of companies for which business expansion data is needed. The industries are pre-defined by Intellizence and only the values listed below will be accepted. Multiple values should be provided as an array.
manufacturingPossible values: The location of the company headquarters for which business expansion data is needed. The location can be city or state/province or country. Multiple values can be provided either as a comma-separated string or as an array.
Irving,Texas,United States of AmericaThe type of company for which business expansion data is needed. The company types are pre-defined by Intellizence and only the values listed below will be accepted. Multiple values can be provided either as a comma-separated string or as an array.
PublicPossible values: Company Ticker if it's a public company.
KMBType of expansion for which data is needed. Multiple values can be provided either as a comma-separated string or as an array.
Factory/PlantPossible values: Location where the expansion is announced. Multiple values can be provided either as a comma-separated string or as an array.
United StatesFilter the records by expansion investment amount. Pass the currency whenver investment is used. If currency is not provided along with investment, all the records that matches the deal amount of any currency will be returned. The allowed operators are >, >=, <, <=,=,!=, (MinimumValue),(Maximum Value). Examples: >1000000, >=1000000, <1000000, <=1000000,=1000000,!=1000000, (1000000,400000)
^(>|>=|<|<=|=|!=)?\d+(,\d+)?$The currency of the investment amount.
USDPossible values: Number of jobs created. The allowed operators are >, >=, <, <=,=,!=, (MinimumValue),(Maximum Value). Examples: >1000, >=1000, <1000, <=1000,=1000,!=1000, (1000,4000)
^(>|>=|<|<=|=|!=)?\d+(,\d+)?$The maximum number of records to be returned.
1Successful response, returns the Intellizence Business Expansion dataset record(s)
Bad request, possibly missing required parameters, invalid data, invalid or missing API key
Available credits are 0
Insufficient credits
Missing currency code. You have to pass currency code along with investment in request body.
Internal server error
Last updated