Introducing Company Funding and Updates Endpoints
I am happy to share today that the Company API just got supercharged with two new endpoints and more data points returned. We are on a consistent and relentless march towards being the ultimate ethically sourced data provider of company and competitive intelligence. Today, I am happy to introduce to you:
- Company Funding Endpoint -- Takes a website and returns a company's funding history, amount, and investors.
- Company Updates Endpoint -- Takes a website and returns a company's recent updates from various platforms such as its blog, X/Twitter profile, amongst others.
On top of that, we have added:
follower_count+following_countattributes in the response of the Company Details Endpoint, as a signal of how popular a company is in the public sphere. This data is obtained from a company's public X/Twitter profile.
Company Funding Data
As a founder wearing the GTM hat, company funding data matters as a signal of whether a company can afford our services or not. On top of that, VCs and investors can use our company funding data to continually track startups of interest, at scale.
Try it yourself with Stripe's funding data:
curl -G \
"https://nubela.co/api/v1/company/funding" \
--data-urlencode "website=https://stripe.com" \
-H "Authorization: Bearer demo-api-key"
Company Updates Data
This one goes out to all the OpenClaw masters using their clawbots to perform cold GTM outreach. With NinjaPear's Company Updates Data, you can immediately grasp the recent messaging that your target ICP company is pushing out to the public, to which you can adapt your message.
Try it yourself with Stripe's recent updates:
curl -G \
"https://nubela.co/api/v1/company/updates" \
--data-urlencode "website=https://stripe.com" \
-H "Authorization: Bearer demo-api-key"
Data Source
We did not crawl Crunchbase, Pitchbook, or any other private/public funding or news site for this data. This is publicly sourced data that is put out across the web, aggregated and structured. So go forth, and use this data to build your data-driven workflows with confidence.