Scrape product listings from TeePublic.com including design details, pricing, images and more. Perfect for market research, price monitoring and product analysis.
Powerful scraper for extracting detailed product information from TeePublic.com. Get comprehensive data about designs, products, pricing, and more!
The actor provides detailed information for each product listing, including:
The actor accepts the following input parameters:
searchUrls
: Array of TeePublic search URLs to scrapemaxItems
: Maximum number of items to scrape (optional, default: unlimited)A full explanation of an input example in JSON.
1{ 2 "searchUrls": [ 3 "https://www.teepublic.com/hoodie?canvas_subclass=classic-hoodie&gender=unisex&query=twin+peaks" 4 ], 5 "maxItems": 50 6}
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 "searchUrl": "https://www.teepublic.com/hoodie?canvas_subclass=classic-hoodie&gender=unisex&query=twin+peaks", 4 "listing": { 5 "designId": "57531099", 6 "designTitle": "Twin Peaks - Walk With Me", 7 "designerName": "DesignedbyWizards", 8 "productId": "758", 9 "url": "https://www.teepublic.com/hoodie/57531099-twin-peaks-walk-with-me", 10 "price": { 11 "current": "26.88", 12 "usd": "32.00", 13 "currency": "EUR" 14 }, 15 "name": "Small, Classic Hoodie, Black", 16 "imageUrl": "https://res.cloudinary.com/teepublic/image/private/s--9RNKvcux--/t_Resized Artwork/c_crop,x_10,y_10/c_fit,h_620/c_crop,g_north_west,h_620,w_465,x_-25,y_0/g_north_west,u_upload:v1446840652:production:blanks:ymwlojdlb9pdlxgcmck4,x_-416,y_-276/b_rgb:eeeeee/c_limit,f_auto,h_313,q_auto:good:420,w_313/v1707656179/production/designs/57531099_0", 17 "mainTag": "Twin Peaks Hoodie", 18 "description": "Twin Peaks - Walk With Me", 19 "tags": "agent cooper, black lodge, coffee, dale cooper, damn fine coffee", 20 "supplementalInfo": "", 21 "onSale": true 22 }, 23 "scrapedAt": "2025-01-21T04:05:38.602Z" 24 }, 25 ... 26]
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.
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.
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
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!