COMPANY INTELLIGENCE

Firmographic Data Fresh from the Source

Turn a LinkedIn company URL into structured firmographics — headcount, industry, specialties, funding rounds, recent posts and hiring insights — fetched at request time.

POST/api/v1/company

{
  "name": "Datamagnet",
  "industry": "Software Development",
  "employee_count": 11,
  "headquarters": "Bengaluru, Karnataka",
  "founded": 2023
}

What is the Datamagnet Company API?

The Datamagnet Company API turns any public company URL into structured firmographics, collected live at the moment you call it. A single request returns headcount, industry, specialties, funding rounds, recent posts, and hiring insights — current as of that request, not a quarterly refresh.

Cost
1 credit per company
Freshness
Live at request time
Delivery
API, webhooks, files

Company Insights

Add the company_insights flag for headcount trends, hiring by function, notable alumni and median tenure. +10 credits, charged only on success.

Funding Rounds

Crunchbase funding history by domain — amount raised, round type and announcement date. Standalone endpoint or the get_funding_rounds flag.

Company Posts

Pull a company's recent public posts to track announcements, launches and hiring pushes as they happen.

Three endpoints for the full company picture

POST /api/v1/company
curl -X POST \
  "https://api.datamagnet.co/api/v1/company" \
  -H "Authorization: Bearer {token}" \
  -H "Content-Type: application/json" \
  -d '{"url": "https://linkedin.com/company/datamagnet"}'

200 OK · fetched live from the professional network

{  "message": {    "name": "Datamagnet",    "industry": "Software Development",    "employee_count": 11,    "company_size": "11-50 employees",    "headquarters": "Bengaluru, Karnataka",    "founded": 2023,    "specialties": [...],    "funding": {...},    "similar_pages": [...]  }}

Live Company Profile

Pass a LinkedIn company URL and get the full structured profile — 1 credit per successful request.

  • Headcount, industry, HQ, specialties
  • Funding, investors & stock info
  • Cache control with use_cache

Frequently asked questions

A structured firmographic profile for any LinkedIn company URL — headcount, industry, headquarters, specialties, funding and investor info, plus optional recent posts and hiring insights.

1 credit for a company profile lookup. The company_insights flag (headcount trends, hiring by function, alumni) is +10 credits, company posts are 10 credits, and funding rounds are 5 credits — all charged only on a successful response.

Yes. The funding-rounds endpoint accepts a plain company domain (e.g. openai.com) and returns Crunchbase funding history without needing a LinkedIn page.

Every profile is fetched live at request time, not pulled from a stale database. Use the use_cache parameter if you want to control caching behavior.

Start enriching with 10 free credits

No credit card required. One request returns the full company profile.

  • Enrich by LinkedIn URL
  • Funding & Hiring Insights
  • Real-time Updates

Interactive Demo

~15 minutes

1

Get your API key

1 min
2

POST a company URL

1 min
3

Get full firmographics

Instant