Fancode Shop Scraper πŸ›οΈ avatar
Fancode Shop Scraper πŸ›οΈ

Pricing

$19.99/month + usage

Go to Apify Store
Fancode Shop Scraper πŸ›οΈ

Fancode Shop Scraper πŸ›οΈ

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.

Pricing

$19.99/month + usage

Rating

0.0

(0)

Developer

EasyApi

EasyApi

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

1

Monthly active users

6 days ago

Last modified

Share

Automatically scrape product data from Fancode Shop. This actor helps you extract comprehensive product information for market research, price monitoring, and inventory tracking.

🎯 Use Cases

  • Monitor product prices and discounts
  • Track product availability and stock status
  • Analyze product ratings and reviews
  • Build product catalogs
  • Market research and competitive analysis
  • Price comparison services

✨ Features

  • Flexible Search: Search for any product keywords
  • Detailed Data: Extract comprehensive product information including:
    • Product name, SKU and category
    • Current and regular prices
    • Discount information
    • Stock status
    • Product ratings
    • High-quality product images
    • Detailed product descriptions
  • Customizable: Set maximum number of items to scrape
  • Proxy Support: Built-in support for proxy configuration
  • Rate Limiting: Smart delays and scrolling to avoid blocking

πŸ’Ž Output

The actor outputs detailed product data in JSON format, including:

  • Product basic information (name, SKU, category)
  • Pricing details (current price, regular price, discounts)
  • Product images (main image and gallery)
  • Stock status
  • Product ratings
  • Short descriptions
  • Scraping metadata (keyword, timestamp)

πŸ”§ Input Parameters

The actor accepts the following input parameters:

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

Input Example

A full explanation of an input example in JSON.

{
"keywords": [
"caps"
],
"maxItems": 30
}

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.

[
{
"keyword": "caps",
"scrapedAt": "2025-02-05T02:21:48.592Z",
"product": {
"productRating": 0,
"name": "India",
"sku": "ICCBLCP0001",
"is_new_product": false,
"image": {
"url": "https://images.fancode.com/media/catalog/product/i/n/india_blue_and_red_embroidered_cotton_baseball_cap_with_velcro_patch(1).jpg",
"label": null
},
"product_group": "Caps",
"media_gallery": [
{
"url": "https://images.fancode.com/media/catalog/product/i/n/india_blue_and_red_embroidered_cotton_baseball_cap_with_velcro_patch(1).jpg",
"label": null
},
{
"url": "https://images.fancode.com/media/catalog/product/i/n/india_blue_and_red_embroidered_cotton_baseball_cap_with_velcro_patch(2).jpg",
"label": null
},
{
"url": "https://images.fancode.com/media/catalog/product/i/n/india_blue_and_red_embroidered_cotton_baseball_cap_with_velcro_patch(3).jpg",
"label": null
},
{
"url": "https://images.fancode.com/media/catalog/product/i/n/india_blue_and_red_embroidered_cotton_baseball_cap_with_velcro_patch(4).jpg",
"label": null
},
{
"url": "https://images.fancode.com/media/catalog/product/i/n/india_blue_and_red_embroidered_cotton_baseball_cap_with_velcro_patch(5).jpg",
"label": null
},
{
"url": "https://images.fancode.com/media/catalog/product/i/n/india_blue_and_red_embroidered_cotton_baseball_cap_with_velcro_patch(6).jpg",
"label": null
}
],
"price_range": {
"minimum_price": {
"final_price": {
"value": 149
},
"regular_price": {
"value": 999
},
"discount": {
"amount_off": 0,
"percent_off": 85
}
}
},
"short_description": {
"html": "Blue and Red Embroidered Cotton Baseball Cap with Velcro Patch"
},
"stock_status": "IN_STOCK"
}
},
...
]