Xpoz - Instagram Scraper avatar

Xpoz - Instagram Scraper

Pricing

Pay per usage

Go to Apify Store
Xpoz - Instagram Scraper

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

Xpoz

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

8 days ago

Last modified

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

  1. Try it now — run the Actor without an API key to get a preview with limited results (max 5) and narrower data coverage
  2. Get an API key at xpoz.ai/get-token for full access with unlimited results and optimal data coverage
  3. Select an Action from the dropdown
  4. Provide the required identifier(s) for your chosen action
  5. Run the actor

Actions

ActionDescriptionRequired Fields
Get UserRetrieve a single Instagram user profile by username or IDidentifier, identifierType
Search UsersSearch for Instagram users by name or keywordidentifier
Get User ConnectionsRetrieve a user's followers or following listidentifier, connectionType
Get Post Interacting UsersGet users who liked or commented on a postidentifier (post ID), interactionType
Get Users by KeywordsFind Instagram users matching keyword criteriaidentifier (keyword)
Get Posts by IDsRetrieve specific posts by their IDsidentifiers (list of post IDs)
Get Posts by UserGet all posts from a specific useridentifier, identifierType
Search PostsSearch Instagram posts by keywordidentifier (keyword)
Get CommentsRetrieve comments on a specific postidentifier (post ID)

Input Parameters

ParameterTypeDescription
apiKeyString(Required) Your Xpoz API key
actionEnum(Required) The Instagram action to perform
identifierStringUsername, user ID, post ID, or keyword (depends on action)
identifiersString[]List of identifiers (for batch actions like getPostsByIds)
identifierTypeEnumusername (default) or id
connectionTypeEnumfollowers or following (for getUserConnections)
interactionTypeEnumlikes or comments (for getPostInteractingUsers)
startDateStringFilter results from this date (YYYY-MM-DD)
endDateStringFilter results up to this date (YYYY-MM-DD)
limitIntegerMaximum results per page (min: 1)
fieldsString[]Specific fields to include in the response
forceLatestBooleanForce fresh data instead of cached (default: false)
fetchAllPagesBooleanAutomatically fetch all pages (default: false)

Example Use Cases

  • Analyze influencer posts — Use getPostsByUser to pull all posts from an influencer and analyze engagement patterns.
  • Export followers — Use getUserConnections with connectionType: followers and fetchAllPages: true to export a complete follower list.
  • Monitor brand mentions — Use searchPosts with brand-related keywords and date filters to track mentions over time.
  • Track comments — Use getComments on 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 available
  • totalPages — total number of pages
  • pageNumber — current page number
  • pageSize — results per page
  • resultsInFirstPage — 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