Skip to content

Datamagnet

Professional network intelligence API for B2B sales teams and developers.

Enrich person and company profiles, search for ICP-matched leads, and monitor real-time buying signals — all via a simple REST API.

📖 Docs · 🚀 Get your API key · 📬 Changelog


What you can do

Capability Description
Person Profile Get structured data for any person — job title, company, location, experience, and more
Company Profile Fetch company details including size, industry, headcount, locations, and specialties
Funding Rounds Look up funding history by company domain
ICP People Search Find decision-makers using filters like seniority, title, industry, tech stack, and company size
ICP Company Search Search companies by industry, headcount, revenue, location, and more
Post Search Search professional network posts by keyword, content type, date range, and author title
Signals Monitor job changes, new posts, and content engagement in real time

Signals

Signals let you monitor professional network activity and get notified via webhook when something happens.

Signal Type What it does
job_change Fires when a tracked profile changes role or company
new_post Fires when a tracked profile publishes a new post
keyword_engagement Surfaces people engaging with posts matching your keywords
industry_engagement Captures leads engaging with posts from target industries
company_engagement Surfaces leads from the audience of specific companies
person_engagement Tracks engagement on posts from specific people

All engagement signals support ICP filtering and lead scoring (1–3) based on seniority and engagement type.


Quickstart

curl --request POST 'https://api.datamagnet.co/api/v1/linkedin/person' \
  --header 'Authorization: Bearer YOUR_API_KEY' \
  --header 'Content-Type: application/json' \
  --data '{ "url": "https://linkedin.com/in/satyanadella" }'

ICP Search example

POST /api/v1/icp/people-search

{
  "job_title": ["VP Sales", "Head of Revenue"],
  "seniority": ["Vice President", "CXO"],
  "industry": "Software Development",
  "company_headcount": ["51-200", "201-500"],
  "location": "United States",
  "technology": "Salesforce"
}

Signal example

POST /api/v1/signal/create

{
  "signal_type": "keyword_engagement",
  "keywords": ["sales intelligence", "outbound prospecting"],
  "icp": {
    "job_titles": ["VP Sales", "Head of Revenue"],
    "seniority_levels": ["vp", "c_level", "director"],
    "company_size": ["51 - 200", "201 - 500"]
  },
  "webhook_url": "https://your-crm.com/webhooks/leads"
}

Cookbooks

Ready-to-use workflows combining multiple DataMagnet APIs:


Integrations

  • Zoho CRM — sync profile intelligence directly into your CRM workflows
  • Webhooks — HMAC-SHA256 signed payloads with automatic retries
  • OpenAPI 3.0 — full spec available; import into Postman or generate SDKs instantly

Pricing

Credits are consumed per successful request. See datamagnet.co for current plans.

Endpoint Cost
Person / Company Profile 1 credit
ICP People / Company Search 10 credits per page
Signals & Webhooks Included

Links

Popular repositories Loading

  1. .github .github Public

Repositories

Showing 1 of 1 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…