HipStamp Scraper - Stamp Marketplace avatar

HipStamp Scraper - Stamp Marketplace

Pricing

from $10.00 / 1,000 results

Go to Apify Store
HipStamp Scraper - Stamp Marketplace

HipStamp Scraper - Stamp Marketplace

Scrape HipStamp.com stamp marketplace listings. Extract title, country, catalog number, year of issue, condition, centering, certificate, price, auction vs buy-now format, bids, seller, image, and URL. Great for philately price research, arbitrage, and collection tracking.

Pricing

from $10.00 / 1,000 results

Rating

0.0

(0)

Developer

lulz bot

lulz bot

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a month ago

Last modified

Categories

Share

HipStamp Scraper

Scrape stamp listings from HipStamp.com, the largest dedicated stamp collecting marketplace. Search any keyword and get structured data on every matching listing: title, country, catalog number, year of issue, condition, centering, certificate info, price, auction/buy-now format, bids, seller, images, and direct listing URL.

Why use this scraper?

  • Philately price research — compare asking prices for a stamp across dozens of sellers
  • Arbitrage — find underpriced listings vs. catalog or market value
  • Collection tracking — monitor availability of specific issues (e.g., Penny Black, Inverted Jenny, Zeppelins)
  • Market analysis — track auction activity, bid counts, and buy-now pricing trends
  • Dealer intelligence — see what sellers list, at what price, and from where

Input

FieldTypeDefaultDescription
searchQueriesarray["penny black"]Stamp search terms. Each query is scraped separately.
maxListingsinteger96Max listings per query (48 per page, up to 10 pages).
formatstringallFilter: all, auction, or buynow.
proxyConfigurationobjectResidentialHipStamp sits behind Cloudflare; residential proxy recommended.

Example input

{
"searchQueries": ["penny black", "graf zeppelin"],
"maxListings": 96,
"format": "all"
}

Output

Each listing is one dataset record:

{
"listingId": 32961905,
"title": "GB 1b \"Penny Black\"",
"country": "Great Britain",
"catalogNumber": "1b",
"year": "1840",
"stampType": "General Issue",
"stampFormat": "Single",
"condition": "Used",
"centering": "XF",
"hasCertificate": false,
"certificateGrade": null,
"topic": null,
"format": "buynow",
"price": 250,
"currency": "USD",
"buyoutPrice": 250,
"startPrice": 250,
"makeOffer": true,
"bidCount": 0,
"endTime": null,
"sold": false,
"quantity": 1,
"seller": "likeke",
"sellerLocation": "Oregon, United States",
"image": "https://img.hipstamp.com/p/f8208304b3da1fbfffec273e4e1a0536.jpg",
"url": "https://www.hipstamp.com/listing/gb-1b-penny-black/32961905",
"searchQuery": "penny black",
"scrapedAt": "2026-07-31T19:00:00.000Z"
}

Usage tips

  • Use specific queries ("scott 88", "inverted jenny") for targeted results; broad queries ("germany 1923") for market sweeps.
  • format: "auction" narrows results to live auctions — combine with bidCount and endTime to find ending-soon deals.
  • Runs complete in a few minutes; results stream into the dataset as pages are scraped.

Integrations

Standard Apify dataset output — export as JSON, CSV, Excel, or pipe into Google Sheets, Make, Zapier, or the Apify API.