curl -H "X-API-Key: $PARTICLE_API_KEY" \
"https://api.particle.pro/v1/companies/{id}/people?limit=25¤t_only=true"{
"data": [
{
"id": "<string>",
"name": "<string>",
"current_role": {
"company": {
"id": "<string>",
"name": "<string>",
"description": "<string>",
"domain": "<string>",
"image_mode": "AUTOMATIC",
"image_url": "<string>",
"slug": "<string>",
"ticker": "<string>"
},
"is_current": true,
"ended_at": "2023-11-07T05:31:56Z",
"started_at": "2023-11-07T05:31:56Z",
"title": "<string>"
},
"description": "<string>",
"detailed_description": "<string>",
"external_links": [
{
"platform": {
"display_name": "<string>",
"name": "<string>",
"type": "podcast_directory"
},
"attributes": [
{
"name": "<string>",
"value": "<unknown>",
"category": "<string>",
"observed_at": "2023-11-07T05:31:56Z"
}
],
"identifier": "<string>",
"url": "<string>"
}
],
"image_url": "<string>",
"knowledge_graph_entity": {
"id": "<string>",
"slug": "<string>",
"wikipedia_url": "<string>"
},
"roles": [
{
"company": {
"id": "<string>",
"name": "<string>",
"description": "<string>",
"domain": "<string>",
"image_mode": "AUTOMATIC",
"image_url": "<string>",
"slug": "<string>",
"ticker": "<string>"
},
"is_current": true,
"ended_at": "2023-11-07T05:31:56Z",
"started_at": "2023-11-07T05:31:56Z",
"title": "<string>"
}
],
"slug": "<string>"
}
],
"has_more": true,
"cursor": "<string>"
}{
"detail": "Property foo is required but is missing.",
"error_code": "<string>",
"errors": [
{
"location": "<string>",
"message": "<string>",
"value": "<unknown>"
}
],
"instance": "https://example.com/error-log/abc123",
"resolve": {
"message": "<string>",
"action": "<string>",
"endpoint": "<string>",
"method": "<string>",
"url": "<string>"
},
"status": 400,
"title": "Bad Request",
"type": "https://example.com/errors/example"
}{
"detail": "Property foo is required but is missing.",
"error_code": "<string>",
"errors": [
{
"location": "<string>",
"message": "<string>",
"value": "<unknown>"
}
],
"instance": "https://example.com/error-log/abc123",
"resolve": {
"message": "<string>",
"action": "<string>",
"endpoint": "<string>",
"method": "<string>",
"url": "<string>"
},
"status": 400,
"title": "Bad Request",
"type": "https://example.com/errors/example"
}List company people
Returns a paginated list of people associated with a company (executives and other known roles), current roles first and most-recently-joined first. Each person carries the full Person payload — bio, role history, external profile links, and knowledge-graph cross-reference. Set current_only=false to include historical roles, or filter by role title. Identify the company by slug (e.g., ‘apple’), domain, or ID.
curl -H "X-API-Key: $PARTICLE_API_KEY" \
"https://api.particle.pro/v1/companies/{id}/people?limit=25¤t_only=true"{
"data": [
{
"id": "<string>",
"name": "<string>",
"current_role": {
"company": {
"id": "<string>",
"name": "<string>",
"description": "<string>",
"domain": "<string>",
"image_mode": "AUTOMATIC",
"image_url": "<string>",
"slug": "<string>",
"ticker": "<string>"
},
"is_current": true,
"ended_at": "2023-11-07T05:31:56Z",
"started_at": "2023-11-07T05:31:56Z",
"title": "<string>"
},
"description": "<string>",
"detailed_description": "<string>",
"external_links": [
{
"platform": {
"display_name": "<string>",
"name": "<string>",
"type": "podcast_directory"
},
"attributes": [
{
"name": "<string>",
"value": "<unknown>",
"category": "<string>",
"observed_at": "2023-11-07T05:31:56Z"
}
],
"identifier": "<string>",
"url": "<string>"
}
],
"image_url": "<string>",
"knowledge_graph_entity": {
"id": "<string>",
"slug": "<string>",
"wikipedia_url": "<string>"
},
"roles": [
{
"company": {
"id": "<string>",
"name": "<string>",
"description": "<string>",
"domain": "<string>",
"image_mode": "AUTOMATIC",
"image_url": "<string>",
"slug": "<string>",
"ticker": "<string>"
},
"is_current": true,
"ended_at": "2023-11-07T05:31:56Z",
"started_at": "2023-11-07T05:31:56Z",
"title": "<string>"
}
],
"slug": "<string>"
}
],
"has_more": true,
"cursor": "<string>"
}{
"detail": "Property foo is required but is missing.",
"error_code": "<string>",
"errors": [
{
"location": "<string>",
"message": "<string>",
"value": "<unknown>"
}
],
"instance": "https://example.com/error-log/abc123",
"resolve": {
"message": "<string>",
"action": "<string>",
"endpoint": "<string>",
"method": "<string>",
"url": "<string>"
},
"status": 400,
"title": "Bad Request",
"type": "https://example.com/errors/example"
}{
"detail": "Property foo is required but is missing.",
"error_code": "<string>",
"errors": [
{
"location": "<string>",
"message": "<string>",
"value": "<unknown>"
}
],
"instance": "https://example.com/error-log/abc123",
"resolve": {
"message": "<string>",
"action": "<string>",
"endpoint": "<string>",
"method": "<string>",
"url": "<string>"
},
"status": 400,
"title": "Bad Request",
"type": "https://example.com/errors/example"
}Authorizations
Pass your API key in the X-API-Key header (recommended).
Path Parameters
Company slug (e.g., 'apple'), domain (e.g., 'apple.com'), or ID
Query Parameters
Results per page
1 <= x <= 100Opaque pagination cursor from previous response
When true (default), only people currently in a role at the company. Set false to include historical roles.
Case-insensitive substring filter on role title (e.g. 'chief', 'founder').
"chief"
Only people whose role title falls in this contact role class: current roles by default, historical roles too when current_only=false. The classes are the ones a podcast pitching sponsorship would reach (marketing, partnerships, brand, media and advertising, communications, growth, executive); other is a title that matches none of them. Combines with title.
marketing, brand, partnerships, media_advertising, communications, growth, executive, other Was this page helpful?