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/{group}/{slug} \
--header 'Authorization: Bearer <token>'{
"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",
"parameters": {
"usernames": {
"type": "array",
"required": true,
"name": "Usernames",
"description": "List of Instagram usernames to scrape."
}
}
}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.
API key in the format mk_live_...
Full agent details including parameters
"instagram"
"profiles"
"Instagram Profiles"
"Scrape public profile data including bio, follower count, and recent posts."
3.5
"profiles"
Show child attributes
{
"usernames": {
"type": "array",
"required": true,
"name": "Usernames",
"description": "List of Instagram usernames to scrape."
}
}Was this page helpful?
curl --request GET \
--url https://api.mindcase.co/api/v1/agents/{group}/{slug} \
--header 'Authorization: Bearer <token>'{
"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",
"parameters": {
"usernames": {
"type": "array",
"required": true,
"name": "Usernames",
"description": "List of Instagram usernames to scrape."
}
}
}