Get your API key and start scraping in minutes. Get API Key →
cURL
curl --request GET \ --url https://api.mindcase.co/api/v1/jobs/{job_id}/results \ --header 'Authorization: Bearer <token>'
{ "status": "completed", "row_count": 2, "data": [ { "username": "mkbhd", "full_name": "Marques Brownlee", "followers": 4200000 }, { "username": "casey", "full_name": "Casey Neistat", "followers": 3100000 } ] }
API key in the format mk_live_...
mk_live_...
Job results with scraped data
completed
"completed"
2
[ { "username": "mkbhd", "full_name": "Marques Brownlee", "followers": 4200000 }, { "username": "casey", "full_name": "Casey Neistat", "followers": 3100000 }]
Was this page helpful?