get https://app.scrapein.app/api/v1/instagram/user-following
Using this endpoint, you can retrieve information about the users who follow a specific Instagram account.
Endpoint:
The Instagram Social Media API endpoint user-following
allows you to retrieve user information based on a given user ID when you use the GET
method.
Here's a concise summary of the information that can be obtained from the Instagram user-following API endpoint:
- User ID: The unique ID of each user the target user is following.
- Username: The followed user's Instagram handle.
- Full name: The followed user's full name on their profile.
- Private status: Whether the followed user's account is private or public.
- Profile photo URL: URL to the followed user's current profile picture.
- Profile photo ID: Unique ID for the followed user's current profile photo.
- Verified status: Whether the followed account is verified.
- Follow friction info: Indicates if there are restrictions on following the user.
- Badges: Any badges on the followed user's profile.
- Latest reel media: Timestamp of the followed user's latest reel, if any.
Authentication:
API-KEY
. Use your API-KEY
for authentication.
Output format:
json
Results:
Click "200" at the bottom of the page in the Responses block to see the JSON structure of a successful response.
Support
If you have any questions about authentication or API usage, please contact our support team at [email protected].