Etsy Category Scraper avatar
Etsy Category Scraper

Pricing

$1.00 / 1,000 results

Go to Store
Etsy Category Scraper

Etsy Category Scraper

Developed by

axly

axly

Maintained by Community

Etsy Category Scraper is a powerful tool that extracts complete category hierarchies from Etsy's marketplace. It efficiently fetches taxonomy IDs, category names, and parent-child relationships using Etsy's internal API endpoints

0.0 (0)

Pricing

$1.00 / 1,000 results

0

Total users

1

Monthly users

1

Last modified

5 days ago

A tool for scraping Etsy category hierarchies and associated metadata.

Overview

This tool allows you to extract the complete category hierarchy from Etsy's marketplace. It uses Etsy's internal API endpoints to fetch category data, including taxonomy IDs, category names, and parent-child relationships.

Features

  • Fetch complete category hierarchies starting from a parent taxonomy ID
  • Concurrent batch processing for efficient data collection
  • Automatic retry mechanism for failed requests
  • JSON output format for easy integration with other tools

Installation

  1. Install dependencies:
    pip install -r requirements.txt

Usage

  1. Configure your input parameters in input.json:

    1{
    2    "parent_taxonomy_id": "1430",
    3    "cleaned_result": false
    4}
    • parent_taxonomy_id: The taxonomy ID to start scraping from (default: "1430" for the root category)
    • cleaned_result: Whether to return a cleaned/simplified result structure
  2. Results will be saved to the storage directory.

License

MIT

Disclaimer

This tool is for educational purposes only. Please respect Etsy's terms of service and rate limits when using this scraper.