Provider docs
Public profiles and post feeds — Instagram joins the same normalized interface, no login or session cookies anywhere.
# Public profile
curl -X POST $BASE/v1/instagram/fetch \
-H "Authorization: Bearer $REPLYNODES_API_KEY" \
-H "Content-Type: application/json" \
-d '{"operation":"profile","params":{"username":"example"}}'
# Recent posts by a user
curl -X POST $BASE/v1/instagram/fetch \
-H "Authorization: Bearer $REPLYNODES_API_KEY" \
-H "Content-Type: application/json" \
-d '{"operation":"posts","params":{"username":"example","limit":10}}'
| Operation | Params | Returns |
|---|---|---|
| profile | username | Public profile record. |
| posts | username, limit?, cursor? | Recent public posts, paginated. |
URNs prefixed ig:post:…, ig:user:…. Media items
carry type, dimensions, and HTTPS URLs per the shared media schema.