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:
- People Enrichment API
- Social 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'
If data for a profile is not immediately available, wait at least 60 minutes before querying again to retrieve the auto-enriched data.
Social Posts by Person API
This API retrieves recent social posts and related engagement metrics for a specified person.
Key Features
- Ideal for users who want to fetch recent social 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/social_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 social posts for the specified company, including post content, engagement metrics, and detailed social profile information of users who interacted with the posts.
Latency: The data is fetched in real-time so the latency for this endpoint is between 30 to 60 seconds depending on number of reactions for all the posts in the page