Gumroad Search Scraper šŸ”

Gumroad Search Scraper šŸ”

Scrape Gumroad search results with advanced filtering and pagination support. Extract detailed product information including pricing, ratings, seller details and more. Perfect for market research and product discovery.

INTEGRATIONSSOCIAL_MEDIAApify

Extract valuable product data from Gumroad search results with this powerful scraping tool. Get detailed insights into products, pricing, and seller information to support your market research and competitive analysis.

šŸŽÆ Use Cases

  • Market research and competitor analysis
  • Product discovery and trend monitoring
  • Price tracking and analysis
  • Seller research and verification
  • Digital product catalog building

✨ Features

  • Advanced Search: Search products by keywords
  • Detailed Data: Extract comprehensive product information including:
    • Product details (name, ID, description, URL)
    • Pricing information (price, currency, payment model)
    • Seller information (name, ID, profile URL)
    • Product ratings and reviews
    • Thumbnail images
  • Flexible Configuration: Customize the number of results
  • Automatic Pagination: Handles "Load more" functionality automatically
  • Proxy Support: Compatible with Apify Proxy for reliable scraping

šŸ’Ž Output

The actor provides detailed JSON output for each product, including:

  • Product ID and permalink
  • Product name and description
  • Seller details
  • Rating information
  • Pricing details
  • Product type and availability
  • URLs for thumbnails and product pages

šŸ”§ Input Parameters

  • keywords (Array): List of keywords to search for
  • maxItems (Integer): Maximum number of items to scrape
  • proxyConfiguration (Object): Optional proxy settings

šŸ’” Tips

  • Use specific keywords for more targeted results
  • Adjust maxItems based on your needs
  • Enable proxy support for better reliability
  • Consider rate limiting for longer scraping sessions

šŸš€ Getting Started

  1. Create a new task for the actor
  2. Set your search keywords
  3. Configure the maximum number of items
  4. Run the actor and collect your data!

Input Example

A full explanation of an input example in JSON.

1{
2    "keywords": [
3        "ai"
4    ],
5    "maxItems": 100
6}

Output sample

The results will be wrapped into a dataset which you can always find in theĀ StorageĀ tab. Here's an excerpt from the data you'd get if you apply the input parameters above:

And here is the same data but in JSON. You can choose in which format to download your data: JSON, JSONL, Excel spreadsheet, HTML table, CSV, or XML.

1[
2    {
3        "keyword": "ai",
4        "scrapedAt": "2025-01-28T03:49:08.549Z",
5        "product": {
6            "id": "gu82N0k4M8jl1waz-ttTAA==",
7            "permalink": "ivpqk",
8            "name": "šŸŽ™ļø MacWhisper",
9            "seller": {
10                "id": "6875988407795",
11                "name": "Jordi Bruin",
12                "avatar_url": "https://public-files.gumroad.com/m9b262afk0t8uiwghka40wg6ek3f",
13                "profile_url": "https://goodsnooze.gumroad.com?recommended_by=search"
14            },
15            "ratings": {
16                "count": 1555,
17                "average": 4.7
18            },
19            "thumbnail_url": "https://public-files.gumroad.com/mhoqmtj5d01on1wxj74zzeed9n8o",
20            "native_type": "digital",
21            "quantity_remaining": null,
22            "is_sales_limited": false,
23            "price_cents": 0,
24            "currency_code": "eur",
25            "is_pay_what_you_want": false,
26            "url": "https://goodsnooze.gumroad.com/l/macwhisper?layout=discover&recommended_by=search",
27            "duration_in_months": null,
28            "recurrence": null,
29            "description": "Quickly and easily transcribe audio files into text with OpenAI's state-of-the-art transcription ..."
30        }
31    },
32    ...
33]

Frequently Asked Questions

Is it legal to scrape job listings or public data?

Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.

Do I need to code to use this scraper?

No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.

What data does it extract?

It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.

Can I scrape multiple pages or filter by location?

Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.

How do I get started?

You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!