Payhip Marketplace Scraper avatar

Payhip Marketplace Scraper

Pricing

from $8.00 / 1,000 results

Go to Apify Store
Payhip Marketplace Scraper

Payhip Marketplace Scraper

Your ultimate Payhip market research tool. Scrape up to 200 digital products per run from any search or category page. Instantly export titles, seller details, pricing strategies, and full customer reviews into clean, structured datasets for competitor analysis.

Pricing

from $8.00 / 1,000 results

Rating

0.0

(0)

Developer

Marco Rodrigues

Marco Rodrigues

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

11 days ago

Last modified

Categories

Share

🛒 Payhip Marketplace Scraper

The Payhip Marketplace is a booming hub for digital products, e-books, courses, memberships, and software. If you're a market researcher, a seller doing competitor analysis, or a deal hunter, getting structured data out of Payhip manually is tedious.

This actor automates the process. Start from the main marketplace or any category/search page, and it will extract up to 200 product cards along with deep details and customer reviews into a clean, structured format.

Payhip Marketplace

💡 Perfect for…

  • Competitor Analysis: Track pricing strategies, seller details, and customer sentiment for digital products in your niche.
  • Market Research: Find out which categories are trending, what ratings top products are getting, and discover top sellers.
  • Lead Generation: Identify successful creators on Payhip and find their store URLs.
  • Sentiment Analysis: Extract full customer reviews including star ratings and text for NLP or LLM processing.

✨ Why you'll love this scraper

  • 🎯 Search & Category Support: Paste any Payhip marketplace URL (including search results or specific categories) into input_url, and the scraper respects your search context.
  • ⚙️ Deep Content Extraction: Goes beyond the listing card. It navigates to every product page to pull the full description and customer reviews block.
  • 💬 Rich Review Data: Extracts individual customer reviews, including verification badges, time elapsed, review title, message, and the specific star rating the user gave.
  • 🔁 Automatic Pagination: Handles Payhip's pagination to seamlessly click through and collect the exact number of products you need.

📦 What’s inside the data?

For every single product, you get:

FieldDescription
item_urlCanonical product detail URL
titleProduct title
sellerName of the seller/store
seller_urlURL to the seller's storefront
priceNumeric price (e.g., 15.0)
currencyCurrency symbol (e.g., $, , £)
ratingOverall rating out of 5
number_of_reviewsTotal number of reviews
image_urlURL of the product's main image
item_descriptionFull text of the product description
customer_reviewsArray of review objects (id, verification, time, title, message, star percentage)

🚀 Quick start

  1. Go to the Payhip Marketplace and apply any search or category filters you want.
  2. Copy the URL from your browser and paste it into the input_url field of the scraper.
  3. Set max_items (how many items you want to collect, up to 200).
  4. Click Start and let it run! Export your structured dataset as JSON, CSV, or Excel.

Tech details for developers 🧑‍💻

Input Example

{
"input_url": "https://payhip.com/marketplace/roblox",
"max_items": 50
}

Output Example

{
"item_url": "https://payhip.com/b/yzpdr?layout=mp&marketplace=search",
"title": "The Button",
"seller": "Larrikin Books by Chris Johnson",
"seller_url": "https://larrikinbooks.com?marketplace=search",
"rating": 5.0,
"number_of_reviews": 15,
"price": 15.0,
"currency": "$",
"image_url": "https://payhip.com/cdn-cgi/image/.../image.png",
"item_description": "made by Caesar, & Sonder\n\nPLEASE READ\n\nTHIS PRODUCT CONTAINS...",
"customer_reviews": [
{
"review_id": "w9B310Q4WR",
"verified_buyer": true,
"recommends_product": true,
"time_elapsed": "1 month ago",
"review_title": "Chechnya roleplay go hard",
"review_message": "The map is optimized as hell...",
"star_fill_percent": 100.0
}
]
}