Skip to main content

People Data API

Crustdata empowers you to enrich your data with comprehensive information about individuals from multiple public sources. We offer three distinct APIs for people data:

  1. People Enrichment API
  2. LinkedIn Posts API

People Enrichment

This API allows you to retrieve enriched data for one or more LinkedIn profiles in a single request.

Key Features

  • Multi-profile enrichment in one call
  • Auto-enrichment for unfound profiles within 30-60 minutes
  • Retrieval of newly enriched data after the auto-enrichment period

Usage

You can explore and test this API here.

curl 'https://api.crustdata.com/screener/person/enrich?linkedin_profile_url=https://www.linkedin.com/in/dtpow/,https://www.linkedin.com/in/janedoe/' \
--header 'Authorization: Token $auth_token'
tip

If data for a profile is not immediately available, wait at least 60 minutes before querying again to retrieve the auto-enriched data.

LinkedIn Posts by Person API

This API retrieves recent LinkedIn posts and related engagement metrics for a specified person.

Key Features

  • Ideal for users who want to fetch recent LinkedIn posts and engagement data for a specific person or company.
  • Results limited to 20 per request
  • Pagination support for accessing more results

Usage

You can try out this API here.

curl 'https://api.crustdata.com/screener/linkedin_posts?person_linkedin_url=https://linkedin.com/in/abhilash-chowdhary&page=1' \
--header 'Accept: application/json, text/plain, */*' \
--header 'Accept-Language: en-US,en;q=0.9' \
--header 'Authorization: Token $auth_token'

The response provides a list of recent LinkedIn posts for the specified company, including post content, engagement metrics, and detailed LinkedIn profile information of users who interacted with the posts.

warning

Latency: The data is fetched in real-time from Linkedin and the latency for this endpoint is between 30 to 60 seconds depending on number of reactions for all the posts in the page