Xpoz - Instagram Scraper
Pricing
Pay per usage
Xpoz - Instagram Scraper
Access Instagram data — users, posts, comments, followers, following, keyword search, and more.
Pricing
Pay per usage
Rating
0.0
(0)
Developer
Xpoz
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
8 days ago
Last modified
Categories
Share
Access Instagram data through the Xpoz API on Apify. Retrieve user profiles, posts, comments, followers, following lists, and search by keywords — all without managing proxies, rate limits, or browser automation.
Getting Started
- Try it now — run the Actor without an API key to get a preview with limited results (max 5) and narrower data coverage
- Get an API key at xpoz.ai/get-token for full access with unlimited results and optimal data coverage
- Select an Action from the dropdown
- Provide the required identifier(s) for your chosen action
- Run the actor
Actions
| Action | Description | Required Fields |
|---|---|---|
| Get User | Retrieve a single Instagram user profile by username or ID | identifier, identifierType |
| Search Users | Search for Instagram users by name or keyword | identifier |
| Get User Connections | Retrieve a user's followers or following list | identifier, connectionType |
| Get Post Interacting Users | Get users who liked or commented on a post | identifier (post ID), interactionType |
| Get Users by Keywords | Find Instagram users matching keyword criteria | identifier (keyword) |
| Get Posts by IDs | Retrieve specific posts by their IDs | identifiers (list of post IDs) |
| Get Posts by User | Get all posts from a specific user | identifier, identifierType |
| Search Posts | Search Instagram posts by keyword | identifier (keyword) |
| Get Comments | Retrieve comments on a specific post | identifier (post ID) |
Input Parameters
| Parameter | Type | Description |
|---|---|---|
apiKey | String | (Required) Your Xpoz API key |
action | Enum | (Required) The Instagram action to perform |
identifier | String | Username, user ID, post ID, or keyword (depends on action) |
identifiers | String[] | List of identifiers (for batch actions like getPostsByIds) |
identifierType | Enum | username (default) or id |
connectionType | Enum | followers or following (for getUserConnections) |
interactionType | Enum | likes or comments (for getPostInteractingUsers) |
startDate | String | Filter results from this date (YYYY-MM-DD) |
endDate | String | Filter results up to this date (YYYY-MM-DD) |
limit | Integer | Maximum results per page (min: 1) |
fields | String[] | Specific fields to include in the response |
forceLatest | Boolean | Force fresh data instead of cached (default: false) |
fetchAllPages | Boolean | Automatically fetch all pages (default: false) |
Example Use Cases
- Analyze influencer posts — Use
getPostsByUserto pull all posts from an influencer and analyze engagement patterns. - Export followers — Use
getUserConnectionswithconnectionType: followersandfetchAllPages: trueto export a complete follower list. - Monitor brand mentions — Use
searchPostswith brand-related keywords and date filters to track mentions over time. - Track comments — Use
getCommentson specific posts to monitor audience sentiment and engagement.
Output
Results are pushed to the default Apify dataset. Each item in the dataset represents one record (user, post, or comment depending on the action).
For paginated actions, pagination metadata is stored in the key-value store under the PAGINATION_INFO key, containing:
totalRows— total number of results availabletotalPages— total number of pagespageNumber— current page numberpageSize— results per pageresultsInFirstPage— number of results in the first page
Pricing
This Actor is free. You only pay for Apify platform usage (compute time) and your Xpoz API plan. The Actor is usable without an API key, but results will be very limited (max 5 items per request) with narrower data coverage. Get your API key at xpoz.ai/get-token for unlimited results and optimal data coverage.
Support
- Documentation: https://xpoz.ai/docs
- Issues: https://github.com/xpoz-ai
- Email: support@xpoz.ai