Etsy URL Parser
Paste any Etsy URL to instantly extract the shop name, listing ID, section ID, search terms, and more. Useful for API integrations, competitor research, and tracking.
Paste an Etsy URL
Parsed Results Unknown
Quick Links
About This Tool
What types of Etsy URLs can this tool parse?
This tool handles all common Etsy URL formats: listing pages (extracting listing ID and slug), shop pages (extracting shop name and generating a clean shop URL), shop section pages (extracting shop name and section ID), search results (extracting the search query), and category/browse pages (extracting the category path). It also handles country-specific Etsy URLs such as etsy.com/uk/listing/... and strips all tracking parameters automatically.
What is an Etsy listing ID and where is it used?
The Etsy listing ID is the unique numeric identifier for a product listing on Etsy, found in the URL after /listing/ — for example, in etsy.com/listing/987654321/blue-ceramic-mug, the listing ID is 987654321. Listing IDs are used in the Etsy API (for fetching listing data programmatically), in affiliate link construction, and in analytics and tracking. The listing ID never changes even if you update the listing title or slug.
How do I find my Etsy shop ID from a URL?
Your shop URL (e.g. etsy.com/shop/MyShopName) contains your shop name, but not your numeric shop ID. Etsy shop IDs are internal identifiers used in API integrations and some third-party tools. To find your numeric shop ID, use the Shop ID Lookup tool — paste your shop name and it will return the ID. You can also paste your full Etsy shop URL here to extract the shop name first, then look it up.
What are UTM parameters and why does this tool strip them?
UTM parameters are tracking tags appended to URLs — they look like ?utm_source=pinterest&utm_medium=social&utm_campaign=spring. They help marketers identify where traffic comes from, but they make URLs longer, harder to read, and less useful for sharing or data extraction. This tool automatically removes UTM parameters (and other common tracking parameters like ref, frs, bes) and shows you the clean base URL — the shortest form that still loads the correct page.