Search Instagram users by keyword. Returns username, full name, user ID, verification status, privacy status, and profile picture URL.
curl "https://apidirect.io/v1/instagram/users?query=photography" \
-H "X-API-Key: YOUR_API_KEY"
{
"users": [
{
"username": "natgeo",
"full_name": "National Geographic",
"user_id": "787132",
"is_verified": true,
"is_private": false,
"profile_pic_url": "https://scontent.cdninstagram.com/.../photo.jpg",
"url": "https://instagram.com/natgeo"
}
],
"count": 50
}
Each result includes username, full name, user ID, verification status (blue checkmark), privacy status, profile picture URL, and a direct link to the profile.
Each request returns up to 50 user results.
Search Users returns basic discovery data only. For full profile details — bio, follower / following counts, media count, category, and external link — use the User Profile endpoint.
You only pay for successful requests. The Instagram Search Users API costs $0.006 per request. There are no monthly fees or commitments. You get 50 free requests per endpoint every month.
No. You can sign up and use the free tier (50 requests/endpoint/month) without adding a payment method. You only need to add a card when you want to exceed the free tier.
Yes, there's a concurrency limit of 3 simultaneous requests per endpoint per user. If you need more, just get in touch.
Get your API key and start making requests in minutes. 50 requests/month free every month.
Get API Key