Trusted by 10k+ Institutions

Newly Registered Companies

Get the list of newly registered companies, along with address, email id, contact numbers, director names, business category, etc in your mailbox daily. Buy suitable package from below. Please note : Only bank transfer option is available for Premium and Ultimate package. Kindly contact sales.

PACKAGES WITH CONTACT NUMBERS

GRAND


₹2,08,000 inclusive of 18% GST  

  • Validity - 30 days
  • Companies Incorporated
  • Daily EXCEL to your email
  • Email id of companies
  • Address of company
  • Authorized capital
  • Paid up capital
  • Company category
  • Private Limited Company
  • One Person Company
  • Public Limited Company
  • LLP
  • Contact of all the directors
  • Director contact
  • Director email
 
₹2,08,000
MOST POPULAR

PREMIUM


₹6,24,000 inclusive of 18% GST  
Use coupon NEWCNT10 to get 10% OFF *

  • Validity - 90 days
  • Companies Incorporated
  • Daily EXCEL to your email
  • Email id of companies
  • Address of company
  • Authorized capital
  • Paid up capital
  • Company category
  • Private Limited Company
  • One Person Company
  • Public Limited Company
  • LLP
  • Contact of all the directors
  • Director contact
  • Director email
Use NEWCNT10 get 10% OFF *
₹6,24,000
MAX SAVER

ULTIMATE


₹12,48,000 inclusive of 18% GST  
Use coupon NEWCNT15 to get 15% OFF *

  • Validity - 180 days
  • Companies Incorporated
  • Daily EXCEL to your email
  • Email id of companies
  • Address of company
  • Authorized capital
  • Paid up capital
  • Company category
  • Private Limited Company
  • One Person Company
  • Public Limited Company
  • LLP
  • Contact of all the directors
  • Director contact
  • Director email
Use NEWCNT15 get 15% OFF *
₹12,48,000

API DOCUMENTATION

Sample Request Sample Response
$curl = curl_init();
curl_setopt_array($curl, [
	CURLOPT_URL => "https://www.falconebiz.com/api/daily_company",
	CURLOPT_RETURNTRANSFER => true,
	CURLOPT_TIMEOUT => 30,
	CURLOPT_CUSTOMREQUEST => "GET",
	CURLOPT_HTTPHEADER => [
		"Content-Type: application/json",
		"Authorization: YOUR-API-KEY",
		"Incdate: 2022-12-30",
		"Domain: YOUR DOMAIN"
	],
]);

$response = curl_exec($curl);
$err = curl_error($curl);
curl_close($curl);
if($err) {
	echo "cURL Error #:" . $err;
}else{
	echo $response;
}
  • Response will be the list of companies registered.
  • Incdate is an optional value
  • If Incdate is passed, reponse will be the list of companies of specific date
  • If Incdate is not passed, response will be the list of  companies registered yesterday
  • This API can only be used between 09:00 AM to 09:00 PM
  • Resale of this data is strictly prohibited
  • In case our team detects resale, order will be cancelled and no refund will be provided.

Contact Sales