Get your API key and start collecting data in minutes. Get API Key →
Get your API key and start collecting data in minutes. Get API Key →
curl --request GET \
--url https://api.mindcase.co/api/v1/agents/all \
--header 'Authorization: Bearer <token>'{
"agents": [
{
"group": "instagram",
"slug": "profiles",
"name": "Instagram Profiles",
"description": "Scrape public profile data including bio, follower count, and recent posts.",
"price_per_1k_usd": 3.5,
"unit": "profiles"
}
]
}Documentation Index
Fetch the complete documentation index at: https://docs.mindcase.co/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?
curl --request GET \
--url https://api.mindcase.co/api/v1/agents/all \
--header 'Authorization: Bearer <token>'{
"agents": [
{
"group": "instagram",
"slug": "profiles",
"name": "Instagram Profiles",
"description": "Scrape public profile data including bio, follower count, and recent posts.",
"price_per_1k_usd": 3.5,
"unit": "profiles"
}
]
}