Skip to content

Instagram Profiles API

Fetch Instagram profile information for multiple handles using Apify's Instagram Profile Scraper.

Endpoint

GET https://api.recoupable.com/api/instagram/profiles

Parameters

NameTypeRequiredDescription
handlesarray[string]YesArray of Instagram handles to fetch profiles for

Request Examples

cURL
curl -X GET "https://api.recoupable.com/api/instagram/profiles?handles=handle1&handles=handle2" \
  -H "Content-Type: application/json"

Example Response

{
  "runId": "abc123xyz",
  "datasetId": "def456uvw",
  "error": null
}

Response Properties

PropertyTypeDescription
runIdstringUnique identifier for the Apify run
datasetIdstringUnique identifier for the dataset containing scraped data
errorstringError message if the run failed (null if successful)

Notes

  • This endpoint uses Apify's Instagram Profile Scraper to scrape Instagram profile data
  • The actual profile data will be available in the Apify dataset after the run completes
  • Use the Apify Scraper Results API to check the status and retrieve the scraped data
  • Rate limits may apply based on Instagram's restrictions
  • The scraping process may take some time to complete
  • Results are not real-time and may be subject to Instagram's rate limiting