Apify Store Scraper avatar

Apify Store Scraper

Pricing

Pay per usage

Go to Apify Store
Apify Store Scraper

Apify Store Scraper

Scrape Apify Store actor data including titles, descriptions, pricing, reviews, and usage stats. Perfect for marketplace analysis, competitive research, and building actor intelligence databases. Monitor trends and benchmark competitors.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Shahid Irfan

Shahid Irfan

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

Extract rich actor listings from Apify Store with flexible filtering by URL, keyword, and category. Collect structured metadata for market research, competitor tracking, and portfolio monitoring. This actor is designed for fast, reliable collection at scale.


Features

  • URL-based collection — Start from profile URLs or store endpoint URLs.
  • Keyword filtering — Find actor listings that match your search intent.
  • Category filtering — Narrow results to store categories such as JOBS or AUTOMATION.
  • Pagination support — Collect across multiple pages with safe limits.
  • Clean dataset output — Records are stored without empty or always-null values.

Use Cases

Portfolio Monitoring

Track listing changes and performance signals for a specific creator profile over time.

Market Intelligence

Analyze how actors are positioned across categories, descriptions, and ratings.

Competitive Analysis

Compare multiple actors by engagement indicators such as bookmarks and reviews.

Content Research

Build datasets of listing descriptions and metadata for downstream analysis workflows.


Input Parameters

ParameterTypeRequiredDefaultDescription
urlStringNo"https://apify.com/shahidirfan"Profile URL or store URL used as a starting context.
keywordStringNo""Search term applied to actor listings.
categoryStringNo"All categories"Category dropdown including Social media, AI, Agents, Jobs, MCP servers, and more.
sortStringNo"Most Relevant"Sort dropdown: Most Relevant, Newest, Pouplar, Recently updated.
pricingModelStringNo"All pricing models"Pricing dropdown: Pay per event, Pay per Usage, Rental.
developersStringNo"All developers"Developers dropdown: Maintained by Apify or Maintained by Community.
results_wantedIntegerNo20Maximum number of dataset items to collect.
max_pagesIntegerNo10Maximum number of pages to request.
proxyConfigurationObjectNoApify Proxy enabledProxy settings for reliable collection.

Output Data

Each item in the dataset may contain:

FieldTypeDescription
actorFullNameStringCombined actor identifier in username/name format.
titleStringActor listing title.
nameStringActor slug name.
usernameStringOwner username.
urlStringListing URL.
descriptionStringListing description text.
categoriesArrayCategory list attached to the actor.
bookmarkCountNumberBookmark count from listing metadata.
actorReviewRatingNumberAverage review rating rounded to 2 decimals (example: 4.72).
actorReviewCountNumberNumber of reviews.
statsObjectListing statistics block when available.
currentPricingInfoObjectPricing-related metadata when available.
queryObjectEffective filters used for the run.
fetchedAtStringISO timestamp when item was collected.

Usage Examples

Profile URL Run

{
"url": "https://apify.com/shahidirfan",
"category": "All categories",
"sort": "Most Relevant",
"results_wanted": 20,
"max_pages": 5
}

Keyword Search Run

{
"keyword": "linkedin",
"pricingModel": "Pay per event",
"developers": "Maintained by Community",
"results_wanted": 30,
"max_pages": 10
}

Category + Keyword Run

{
"keyword": "job",
"category": "Jobs",
"sort": "Recently updated",
"results_wanted": 50,
"max_pages": 20
}

Sample Output

{
"actorFullName": "shahidirfan/Xing-Jobs-Scraper",
"title": "Xing Jobs Scraper",
"name": "Xing-Jobs-Scraper",
"username": "shahidirfan",
"url": "https://apify.com/shahidirfan/xing-jobs-scraper",
"categories": [
"JOBS",
"DEVELOPER_TOOLS",
"AUTOMATION"
],
"bookmarkCount": 6,
"actorReviewRating": 4.72,
"actorReviewCount": 7,
"query": {
"username": "shahidirfan",
"keyword": "",
"category": "Jobs"
},
"fetchedAt": "2026-04-18T10:00:00.000Z"
}

Tips for Best Results

Choose Clear Filters

Use either a profile URL, a focused keyword, or both to reduce noisy results.

Keep Early Runs Small

Start with results_wanted: 20 to validate output shape quickly, then scale up.

Use Category Dropdowns

Use the built-in category dropdown values such as Jobs, AI, Social media, and MCP servers for tighter targeting. If you want all actors from a profile (for example all 301 actors), choose All categories.

Use Sort and Developer Filters

Pick Most Relevant, Newest, Pouplar, or Recently updated, then apply developer maintenance filters to focus results.

Use Proxy for Reliability

Enable proxy configuration for consistent collection across repeated runs.


Integrations

Connect extracted data to:

  • Google Sheets — Share listing data with non-technical teams.
  • Airtable — Build searchable actor catalogs.
  • Make — Automate alerts and workflows.
  • Zapier — Trigger downstream actions from fresh datasets.
  • Webhooks — Send results to custom services.

Export formats include JSON, CSV, Excel, and XML.


Frequently Asked Questions

Can I run with only a URL?

Yes. A profile URL is enough to collect matching listings.

Can I run with only a keyword?

Yes. The actor can search store listings by keyword without URL input.

What happens if a field is missing?

Empty fields are removed from dataset items to keep outputs clean.

How do I get more results?

Increase results_wanted and max_pages while keeping practical limits.

Can I filter by category only?

Yes. Provide a category and optionally combine it with a keyword.


Support

For issues or feature requests, open a discussion in your Apify actor page support section.

Useful resources:


This actor is intended for legitimate data collection use cases. Users are responsible for complying with website terms and applicable laws in their jurisdiction.