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.

ECOMMERCEINTEGRATIONSOTHERApify

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]

Frequently Asked Questions

Is it legal to scrape job listings or public data?

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.

Do I need to code to use this scraper?

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.

What data does it extract?

It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.

Can I scrape multiple pages or filter by location?

Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.

How do I get started?

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!