Skip to main content
GET
https://searchcompany-main.up.railway.app
/
api
/
boosted-pages
/
{org_slug}
/
stats
curl "https://searchcompany-main.up.railway.app/api/boosted-pages/nike/stats"
{
  "org_slug": "nike",
  "product_id": null,
  "this_week": 78,
  "target": 100,
  "progress_percent": 78,
  "total": 3500
}
Returns the AI-Specific Boosted Pages progress for the β€œWhat We’re Doing” dashboard card - showing how many boosted pages have been created this week toward the weekly target.

Path Parameters

org_slug
string
required
The organization slug (e.g., β€œnike”)

Query Parameters

product_id
string
Filter by product/item ID

Response

org_slug
string
The organization slug
this_week
integer
Boosted pages created in the last 7 days
target
integer
Weekly target (100)
progress_percent
integer
Percentage toward weekly target (0-100)
total
integer
Total boosted pages ever created
curl "https://searchcompany-main.up.railway.app/api/boosted-pages/nike/stats"
{
  "org_slug": "nike",
  "product_id": null,
  "this_week": 78,
  "target": 100,
  "progress_percent": 78,
  "total": 3500
}