Fancode Shop Scraper 🛍️ avatar

Fancode Shop Scraper 🛍️

Try for free

2 hours trial then $19.99/month - No credit card required now

Go to Store
Fancode Shop Scraper 🛍️

Fancode Shop Scraper 🛍️

easyapi/fancode-shop-scraper
Try for free

2 hours trial then $19.99/month - No credit card required now

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.

🎯 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.

1{
2    "keywords": [
3        "caps"
4    ],
5    "maxItems": 30
6}

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.

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]
Developer
Maintained by Community

Actor Metrics

  • 1 monthly user

  • 0 No stars yet

  • >99% runs succeeded

  • Created in Feb 2025

  • Modified 7 days ago