Scrape product data from Fancode Shop. Extract detailed product information including prices, descriptions, ratings, stock status and images. Perfect for price monitoring, market analysis and product research.
Automatically scrape product data from Fancode Shop. This actor helps you extract comprehensive product information for market research, price monitoring, and inventory tracking.
The actor outputs detailed product data in JSON format, including:
The actor accepts the following input parameters:
keywords
(Array): List of product keywords to search formaxItems
(Integer): Maximum number of products to scrape per keywordproxyConfiguration
(Object): Optional proxy settingsA full explanation of an input example in JSON.
1{ 2 "keywords": [ 3 "caps" 4 ], 5 "maxItems": 30 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 "keyword": "caps", 4 "scrapedAt": "2025-02-05T02:21:48.592Z", 5 "product": { 6 "productRating": 0, 7 "name": "India", 8 "sku": "ICCBLCP0001", 9 "is_new_product": false, 10 "image": { 11 "url": "https://images.fancode.com/media/catalog/product/i/n/india_blue_and_red_embroidered_cotton_baseball_cap_with_velcro_patch(1).jpg", 12 "label": null 13 }, 14 "product_group": "Caps", 15 "media_gallery": [ 16 { 17 "url": "https://images.fancode.com/media/catalog/product/i/n/india_blue_and_red_embroidered_cotton_baseball_cap_with_velcro_patch(1).jpg", 18 "label": null 19 }, 20 { 21 "url": "https://images.fancode.com/media/catalog/product/i/n/india_blue_and_red_embroidered_cotton_baseball_cap_with_velcro_patch(2).jpg", 22 "label": null 23 }, 24 { 25 "url": "https://images.fancode.com/media/catalog/product/i/n/india_blue_and_red_embroidered_cotton_baseball_cap_with_velcro_patch(3).jpg", 26 "label": null 27 }, 28 { 29 "url": "https://images.fancode.com/media/catalog/product/i/n/india_blue_and_red_embroidered_cotton_baseball_cap_with_velcro_patch(4).jpg", 30 "label": null 31 }, 32 { 33 "url": "https://images.fancode.com/media/catalog/product/i/n/india_blue_and_red_embroidered_cotton_baseball_cap_with_velcro_patch(5).jpg", 34 "label": null 35 }, 36 { 37 "url": "https://images.fancode.com/media/catalog/product/i/n/india_blue_and_red_embroidered_cotton_baseball_cap_with_velcro_patch(6).jpg", 38 "label": null 39 } 40 ], 41 "price_range": { 42 "minimum_price": { 43 "final_price": { 44 "value": 149 45 }, 46 "regular_price": { 47 "value": 999 48 }, 49 "discount": { 50 "amount_off": 0, 51 "percent_off": 85 52 } 53 } 54 }, 55 "short_description": { 56 "html": "Blue and Red Embroidered Cotton Baseball Cap with Velcro Patch" 57 }, 58 "stock_status": "IN_STOCK" 59 } 60 }, 61 ... 62]
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!