snipe/tests/platforms
pyr0ball df4610c57b feat(search): normalize eBay listing + checkout URLs as item lookup
When the user pastes an eBay listing URL (www.ebay.com/itm/...) or an
eBay checkout URL (pay.ebay.com/rxo?itemId=...) into the search field,
extract the numeric item ID and use it as the search query.

Supported URL patterns:
- https://www.ebay.com/itm/Title-Slug/123456789012
- https://www.ebay.com/itm/123456789012
- https://ebay.com/itm/123456789012
- https://pay.ebay.com/rxo?action=view&sessionid=...&itemId=123456789012
- https://pay.ebay.com/rxo/view?itemId=123456789012

Closes #42
2026-04-20 10:49:17 -07:00
..
__init__.py feat: add eBay adapter with Browse API, Seller API, and market comps 2026-03-25 13:08:55 -07:00
test_ebay_auth.py feat: preferences store, community signals, a11y + API fixes 2026-04-14 16:15:09 -07:00
test_ebay_normaliser.py feat(search): normalize eBay listing + checkout URLs as item lookup 2026-04-20 10:49:17 -07:00
test_ebay_scraper.py feat: preferences store, community signals, a11y + API fixes 2026-04-14 16:15:09 -07:00