Get competitor
get_competitorRetrieve a competitor's complete profile and their most recent activities across all tracked sections, including blog posts, press, case studies, and more. Use the competitor ID obtained from listing competitors.
Instructions
Wraps GET /competitors/{id}. Returns a single competitor's full profile plus the most recent items from each tracked section. Sections returned (with per-section item caps):
blog-posts(up to 3),press-posts(3),case-studies(3)job-listings(5),ads(5),pricing(1),messaging(5)metrics-claimed(5),logos(5)linkedin-posts(3),x-posts(3),reviews(3),youtube-videos(3),events(3)
These are overview caps — for the full list in any section call list_activities with competitor_ids=[id] and the relevant section and NO from/to, which returns the complete all-time roster (paginated).
Chaining: Use after list_competitors — pass the id from a result row. For an activity timeline across sections, call list_activities with competitor_ids=[id] instead.
Errors: not_found (no such competitor in this workspace), competitor_inactive (archived — reactivate in dashboard), forbidden_competitor (different workspace), unauthorized, rate_limited.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Competitor id from `list_competitors`. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes |