curl --request POST \
--url https://api.crustdata.com/dataset/social_post/search \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--header 'x-api-version: <x-api-version>' \
--data '
{
"keyword": "artificial intelligence",
"page": 1,
"limit": 5
}
'[
{
"backend_urn": "urn:li:activity:7200123456789012345",
"actor_backend_urn": "urn:li:member:987654321",
"share_urn": "urn:li:share:7200123456789012344",
"share_url": "https://www.linkedin.com/feed/update/urn:li:activity:7200123456789012345",
"text": "We just raised our Series A! Thrilled to share that we've secured $15M in funding to accelerate our AI platform.",
"hyperlinks": null,
"actor_name": "Jane Smith",
"actor_type": "person",
"date_posted": "2025-03-20 10:15:00",
"total_reactions": 1250,
"total_comments": 89,
"reactions_by_type": {
"LIKE": 800,
"PRAISE": 300,
"CURIOUS": 50,
"EMPATHY": 20,
"INTEREST": 40,
"APPRECIATION": 30,
"ENTERTAINMENT": 10
},
"num_shares": 65,
"reactors": null,
"comments": null,
"is_repost_without_thoughts": false,
"has_video": false,
"company_details": {
"company_name": "TechStartup AI",
"company_professional_network_id": "98765432",
"company_professional_network_url": "https://www.linkedin.com/company/techstartup-ai",
"company_domain": "techstartup.ai",
"professional_network_industries": [
"Technology, Information and Internet"
],
"professional_network_specialities": [
"Artificial Intelligence",
"Machine Learning"
],
"company_size": "11-50 employees",
"crunchbase_categories": [
"Artificial Intelligence",
"SaaS"
]
},
"person_details": {
"person_name": "Jane Smith",
"person_professional_network_urn": "urn:li:member:987654321",
"person_professional_network_url": "https://www.linkedin.com/in/janesmith",
"person_title": "Co-Founder & CEO",
"person_location": "San Francisco, California",
"current_employers": null
},
"uid": "urn:li:activity:7200123456789012345"
}
]Search for social posts matching a keyword or phrase, with optional filters for author, company, industry, title, recency, and content type. Results include post content and engagement metrics.
curl --request POST \
--url https://api.crustdata.com/dataset/social_post/search \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--header 'x-api-version: <x-api-version>' \
--data '
{
"keyword": "artificial intelligence",
"page": 1,
"limit": 5
}
'[
{
"backend_urn": "urn:li:activity:7200123456789012345",
"actor_backend_urn": "urn:li:member:987654321",
"share_urn": "urn:li:share:7200123456789012344",
"share_url": "https://www.linkedin.com/feed/update/urn:li:activity:7200123456789012345",
"text": "We just raised our Series A! Thrilled to share that we've secured $15M in funding to accelerate our AI platform.",
"hyperlinks": null,
"actor_name": "Jane Smith",
"actor_type": "person",
"date_posted": "2025-03-20 10:15:00",
"total_reactions": 1250,
"total_comments": 89,
"reactions_by_type": {
"LIKE": 800,
"PRAISE": 300,
"CURIOUS": 50,
"EMPATHY": 20,
"INTEREST": 40,
"APPRECIATION": 30,
"ENTERTAINMENT": 10
},
"num_shares": 65,
"reactors": null,
"comments": null,
"is_repost_without_thoughts": false,
"has_video": false,
"company_details": {
"company_name": "TechStartup AI",
"company_professional_network_id": "98765432",
"company_professional_network_url": "https://www.linkedin.com/company/techstartup-ai",
"company_domain": "techstartup.ai",
"professional_network_industries": [
"Technology, Information and Internet"
],
"professional_network_specialities": [
"Artificial Intelligence",
"Machine Learning"
],
"company_size": "11-50 employees",
"crunchbase_categories": [
"Artificial Intelligence",
"SaaS"
]
},
"person_details": {
"person_name": "Jane Smith",
"person_professional_network_urn": "urn:li:member:987654321",
"person_professional_network_url": "https://www.linkedin.com/in/janesmith",
"person_title": "Co-Founder & CEO",
"person_location": "San Francisco, California",
"current_employers": null
},
"uid": "urn:li:activity:7200123456789012345"
}
]Bearer token authentication. Pass your API key as Authorization: Bearer <your_api_key>.
API version to use for request routing and response shape.
2025-11-01 Search keyword and optional filters, pagination, and sorting options.
Request payload for /dataset/social_post/search. A keyword is required; all other parameters are optional.
Keyword or phrase to search for in post content.
"artificial intelligence"
Page number for pagination (1-based).
1
Number of posts to return per page (1–100).
1 <= x <= 10010
Recency filter for posts.
past-24h, past-week, past-month, past-quarter, past-year "past-week"
Filter by post content type.
all, articles, videos, images, text "all"
Result sort order — "relevance" (default) or "date_posted" (most recent first).
relevance, date_posted "relevance"
When true, only return posts containing the exact keyword phrase (no partial matches).
false
Comma-separated list of response fields to include. Use to reduce payload size.
"text,total_reactions,date_posted,actor_name"
Maximum number of reactor profiles to fetch per post. Requires "reactors" in the fields parameter.
0
Maximum number of comments to fetch per post. Requires "comments" in the fields parameter.
0
Additional filter conditions to narrow search results by author attributes or mentions.
Show child attributes
[
{
"filter_type": "AUTHOR_INDUSTRY",
"value": ["Technology, Information and Internet"]
}
]Social posts matching the keyword and filters
Internal URN of the post on the professional network.
"urn:li:activity:7177658029017776128"
Internal URN of the post author on the professional network.
"urn:li:member:123456789"
URN of the share object associated with this post.
"urn:li:share:7177658028019900416"
Public URL of the post on the professional network.
"https://www.linkedin.com/feed/update/urn:li:activity:7177658029017776128"
Full text content of the post.
"Excited to announce our latest product launch! We've been working on this for months and can't wait for you to try it."
URLs extracted from the post text and attachments, categorized by type.
Show child attributes
{
"company_professional_network_urls": ["https://www.linkedin.com/company/retool"],
"person_professional_network_urls": null,
"other_urls": ["https://retool.com/blog/launch"],
"media_urls": null
}Display name of the post author (person or company).
"David Hsu"
Type of author — "person" or "company". Present in search responses only.
"person"
Date and time the post was published (format "YYYY-MM-DD HH:MM:SS").
"2025-03-15 14:30:00"
Total number of reactions on the post across all reaction types.
342
Total number of comments on the post.
47
Reaction counts broken down by reaction type (LIKE, PRAISE, CURIOUS, EMPATHY, INTEREST, APPRECIATION, ENTERTAINMENT).
Show child attributes
{
"LIKE": 210,
"PRAISE": 85,
"CURIOUS": 12,
"EMPATHY": 5,
"INTEREST": 15,
"APPRECIATION": 10,
"ENTERTAINMENT": 5
}Number of times the post was shared or reposted.
28
List of profiles who reacted to the post. Only populated when max_reactors > 0 in the request.
null
List of comments on the post. Only populated when max_comments > 0 in the request.
null
True when the post is a repost with no added commentary from the reposter.
false
True when the post contains a video attachment.
false
Details about the company author. Present in search responses only when the author is a company.
Show child attributes
{
"company_name": "TechStartup AI",
"company_professional_network_id": "98765432",
"company_professional_network_url": "https://www.linkedin.com/company/techstartup-ai",
"company_domain": "techstartup.ai",
"professional_network_industries": ["Technology, Information and Internet"],
"professional_network_specialities": ["Artificial Intelligence"],
"company_size": "11-50 employees",
"crunchbase_categories": ["Artificial Intelligence"]
}Details about the person author. Present in search responses only when the author is a person.
Show child attributes
{
"person_name": "Jane Smith",
"person_professional_network_urn": "urn:li:member:987654321",
"person_professional_network_url": "https://www.linkedin.com/in/janesmith",
"person_title": "Co-Founder & CEO",
"person_location": "San Francisco, California",
"current_employers": null
}Unique post identifier. Present in search responses only.
"urn:li:activity:7200123456789012345"
[
{
"backend_urn": "urn:li:activity:7200123456789012345",
"actor_name": "Jane Smith",
"text": "We just raised our Series A!",
"total_reactions": 1250,
"date_posted": "2025-03-20 10:15:00"
}
]Was this page helpful?