People Search DB
Search Datamagnet’s own database of previously enriched LinkedIn profiles by keyword, location, company, job title, and more — with include/exclude support for company LinkedIn URLs.
POST
People Search DB
Cost:10 credits/search.
Search Datamagnet’s internal database of already-enriched LinkedIn profiles. Unlike People Search, which queries LinkedIn live, this endpoint searches previously collected profile records — so it returns instantly and doesn’t consume LinkedIn scraping capacity. Each page returns up to 50 results.
People search DB endpoint
Every filter field accepts multiple values. Values within the same field are OR’d together (e.g.["San Francisco", "New York"] matches either city); different fields are AND’d together.
Optional attributes
string
General keyword search across name and headline. Example:
software engineerstring[]
Filter by country. Partial match. Example:
["United States", "Canada"]string[]
Filter by full location string. Partial match. Example:
["Greater New York City Area"]string[]
Filter by city. Partial match. Example:
["San Francisco", "Austin"]string[]
Filter by state/region. Partial match. Example:
["California"]string[]
Filter by current company name. Partial match. Example:
["Stripe", "Plaid"]string[]
Filter by current company using its LinkedIn URL. Accepts a full URL, universal name, or numeric LinkedIn company ID.Example:
["https://www.linkedin.com/company/stripe/"]string[]
Exclude profiles whose current company matches any of these LinkedIn URLs. Accepts the same formats as
company_linkedin_urls (full URL, universal name, or numeric ID). Useful for filtering out a competitor or your own company from results.Example: ["https://www.linkedin.com/company/competitor-co/"]string[]
Filter by job title. Partial match. Example:
["CTO", "VP of Engineering"]integer
default:50
Maximum number of results to return per page. Maximum value is
50.integer
default:0
Number of results to skip, for pagination.
Response
The response model
Properties
array
List of matching profiles.
integer
Number of credits used for this request. Example:
10integer
Number of results returned in this response.