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

5.0

(3)

Developer

Shahid Irfan

Shahid Irfan

Maintained by Community

Actor stats

1

Bookmarked

13

Total users

1

Monthly active users

9 days ago

Last modified

Share

What does Apify Store Scraper do?

Apify Store Scraper collects structured actor listings from the Apify Store. Use a profile URL, keyword, category, pricing model, or developer filter to build datasets for marketplace research, competitor monitoring, actor discovery, and portfolio analysis.

Each dataset item can include the actor name, owner, listing URL, description, categories, pricing information, bookmarks, ratings, reviews, usage statistics, and the filters used for the run. Results can be collected from multiple pages and exported through Apify in JSON, CSV, Excel, or XML format.

Why use Apify Store Scraper?

  • Actor marketplace research - Compare how tools are positioned across categories, pricing models, and developer groups.
  • Competitor monitoring - Track listing descriptions, ratings, reviews, bookmarks, and other available marketplace signals.
  • Portfolio analysis - Monitor all public Actors for a creator profile or focus on a selected category.
  • Tool discovery - Find Actors by keyword and organize the results into a searchable dataset.
  • Automation-ready output - Download structured results or connect runs to schedules, webhooks, and external workflows.

What data can you extract from Apify Store?

FieldTypeDescription
actorFullNameStringCombined actor identifier in username/name format.
titleStringPublic actor listing title.
nameStringActor slug or public name.
usernameStringApify username of the actor owner.
urlStringDirect URL of the actor listing.
descriptionStringPublic description shown for the listing.
categoriesArrayCategories assigned to the actor.
bookmarkCountNumberNumber of bookmarks when available.
actorReviewRatingNumberAverage review rating, rounded to two decimal places.
actorReviewCountNumberNumber of reviews when available.
statsObjectListing statistics when provided by the Store.
currentPricingInfoObjectPricing and plan metadata when available.
queryObjectEffective filters used for the run.
fetchedAtStringISO timestamp when the item was collected.

How to use Apify Store Scraper

  1. Open the Actor in Apify Console.
  2. Enter a profile URL, keyword, category, pricing model, or developer filter.
  3. Set results_wanted and max_pages for the size of the dataset.
  4. Run the Actor and review the dataset preview.
  5. Export the results or connect the dataset to your workflow.

The simplest run uses the default Shahid Irfan profile URL. For broader marketplace research, combine a keyword with a category, pricing model, or developer filter.

Input Parameters

ParameterTypeRequiredDefaultDescription
urlStringNo"https://apify.com/shahidirfan"Apify profile URL or Store URL used as a starting context.
keywordStringNo""Search term applied to actor listings.
categoryStringNo"All categories"Category filter, such as Jobs, AI, E-commerce, or Developer tools.
sortStringNo"Most Relevant"Result order: Most Relevant, Newest, Pouplar, or Recently updated.
pricingModelStringNo"All pricing models"Pricing filter: Pay per event, Pay per Usage, or Rental.
developersStringNo"All developers"Developer group: Maintained by Apify or Maintained by Community.
results_wantedIntegerNo20Maximum number of dataset items to save.
max_pagesIntegerNo10Maximum number of Store pages to process.

Usage Examples

Profile Listings

Collect actor listings from a public profile:

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

Find community Actors related to LinkedIn:

{
"keyword": "linkedin",
"developers": "Maintained by Community",
"results_wanted": 30,
"max_pages": 10
}

Filtered Marketplace Research

Collect recently updated job-related listings and limit the dataset to 50 records:

{
"keyword": "job",
"category": "Jobs",
"sort": "Recently updated",
"pricingModel": "Pay per event",
"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",
"description": "Extract professional job listings from Xing for recruitment research and career data analysis.",
"categories": [
"JOBS",
"DEVELOPER_TOOLS",
"AUTOMATION"
],
"bookmarkCount": 6,
"actorReviewRating": 4.72,
"actorReviewCount": 7,
"query": {
"username": "shahidirfan",
"category": "JOBS"
},
"fetchedAt": "2026-08-12T10:00:00.000Z"
}

Tips for Best Results

  • Use a complete Apify profile or Store URL when you want results from a specific creator or marketplace context.
  • Start with results_wanted: 20 to confirm the filters and output shape before larger runs.
  • Combine keyword and category to reduce unrelated listings.
  • Use Newest or Recently updated when monitoring changes over time.
  • Increase max_pages when the selected filters match more listings than the first page contains.
  • Expect some fields to be empty when an actor listing does not publish that information.

Integrations and Export Formats

  • Google Sheets - Review and compare actor listings in a spreadsheet.
  • Airtable - Build a searchable catalog of marketplace tools.
  • Make or Zapier - Route new datasets into automated workflows.
  • Webhooks - Notify downstream services when a run finishes.
  • Apify API - Start runs and retrieve datasets programmatically.

Datasets can be downloaded as JSON, CSV, Excel, XML, and other formats supported by Apify.

Frequently Asked Questions

Can I collect all Actors from a profile?

Yes. Provide the profile URL, use All categories, and raise results_wanted and max_pages as needed.

Can I search without a profile URL?

Yes. Provide a keyword, category, pricing model, or developer filter to search the Store listings directly.

How are results sorted?

Results can be returned by relevance, newest listings, popularity based on bookmarks, or recent activity when the selected sort option is available.

What happens when a field is missing?

Missing, empty, and always-null values are removed from the dataset item so the output stays compact.

Can I run this Actor on a schedule?

Yes. Create an Apify schedule to refresh a profile or marketplace query hourly, daily, weekly, or at a custom interval.

You are responsible for complying with Apify terms, applicable laws, and any restrictions that apply to your intended use of public listing data.

Support

For issues, feature requests, or output questions, use the Issues and Discussions sections on the Actor page.

This Actor is intended for legitimate research, monitoring, and data organization workflows. Use collected information responsibly and comply with Apify terms, applicable laws, and the terms governing any connected service.