curl --location --request GET 'https://api.dageno.ai/business/api/v1/open-api/opportunities/community?page&pageSize&startAt&endAt&platforms&topics&topicIds®ions&promptId&domain&withCompetitors&sortBy&sortOrder&sentiment&keyword' \
--header 'x-api-key: <api-key>'{
"success": true,
"code": 0,
"message": "OK",
"data": {
"items": [
{
"id": "mockhash000000000000000000000000000000000004_00000000-0000-4000-8000-000000000040",
"urlHash": "mockhash000000000000000000000000000000000004",
"url": "https://community.example/discussion/mock-thread-a",
"promptId": "00000000-0000-4000-8000-000000000040",
"prompt": "How should teams evaluate mock workflow tools?",
"title": "Mock community discussion thread",
"domain": "community.example",
"domainType": "UGC",
"citations": 2,
"avgRankPosition": 1,
"competitors": [
{
"domain": "competitor-a.example",
"brand": "Competitor A"
},
{
"domain": "competitor-b.example",
"brand": "Competitor B"
}
],
"platforms": [
"mock-platform"
],
"priority": 1
}
]
},
"meta": {
"pagination": {
"page": 1,
"pageSize": 2,
"total": 1,
"totalPages": 1
}
}
}