🟢 GET - Get Competitor
Overview
Architecture for the Get Competitor endpoint
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Architecture for the Get Competitor endpoint
{
"status": "success",
"competitor": {
"id": "uuid-...",
"name": "Competitor Name",
"url": "https://competitor.com",
"description": "What they do...",
"favicon_url": "https://...",
"scraped_content": "Full markdown content...",
"source": "auto_discovered",
"created_at": "2024-01-15T10:30:00Z"
}
}
| Field | Description |
|---|---|
id | Unique identifier |
name | Competitor name |
url | Website URL |
description | Short description |
favicon_url | Favicon image URL |
scraped_content | Full scraped markdown (for chat context) |
source | How it was discovered |
created_at | When it was added |
src/app/apis/explore/get_competitor/routes.py