Amazon URL Cleaner - Extract ASIN and Generate Clean URLs

Remove tracking parameters from Amazon URLs and generate clean URLs using only the ASIN. Supports 7 regional stores.

How to Use

  1. Select the Amazon store region from the dropdown (default: amazon.co.jp)
  2. Paste an Amazon product page URL into the URL input field
  3. The ASIN is extracted automatically and a clean URL is generated
  4. Click 'Copy' next to the ASIN or clean URL to copy to your clipboard

Usage Examples

Cleaning a long URL:
Input: https://www.amazon.com/dp/B09V3KXJPB/ref=sr_1_1?keywords=...&qid=...&s=...
→ ASIN: B09V3KXJPB
→ Clean URL: https://www.amazon.com/dp/B09V3KXJPB/
Other URL formats supported:
URLs in /gp/product/ format are also parsed correctly
Region conversion:
Paste a Japanese Amazon URL and change the region to US to get an amazon.com URL

FAQ

What is an ASIN?
An Amazon Standard Identification Number (ASIN) is a 10-character alphanumeric identifier Amazon assigns to each product. It appears after /dp/ or /gp/product/ in the URL.
What if no ASIN is found?
Make sure you are using a product page URL. Category pages and search result pages do not contain ASINs.
Are all tracking parameters removed?
Yes. The clean URL is in the format https://www.amazon.{region}/dp/{ASIN}/ with all query parameters stripped.
Are affiliate tags also removed?
Yes. All query parameters, including affiliate tags like ?tag=, are removed from the clean URL.
Which Amazon stores are supported?
Seven stores are supported: amazon.co.jp (Japan), amazon.com (US), amazon.co.uk (UK), amazon.de, amazon.fr, amazon.ca, and amazon.com.au.

Related Tools

Update History

Last Updated: 2026-02-20

  • 2026-02-20 Initial release