Instagram Profiles API
Fetch Instagram profile information for multiple handles using Apify's Instagram Profile Scraper.
Endpoint
GET https://api.recoupable.com/api/instagram/profilesParameters
| Name | Type | Required | Description |
|---|---|---|---|
| handles | array[string] | Yes | Array 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
| Property | Type | Description |
|---|---|---|
| runId | string | Unique identifier for the Apify run |
| datasetId | string | Unique identifier for the dataset containing scraped data |
| error | string | Error 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