domain-skills(expedia): typeahead API, property URLs, affiliate shortlink chain#422
Open
britter21 wants to merge 1 commit into
Open
domain-skills(expedia): typeahead API, property URLs, affiliate shortlink chain#422britter21 wants to merge 1 commit into
britter21 wants to merge 1 commit into
Conversation
…ffiliate chain Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
✅ Skill review passedReviewed 1 file(s) — no findings. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Field-tested 2026-06 while building a Booking→Expedia property matcher:
/api/v4/typeahead/...&lob=HOTELS) — returnshotelId, names, and coordinates; works with plain curl_cffi chrome impersonation. 10× faster than scraping search results..h{id}.is the only routing key (slug cosmetic, Expedia 301s to canonical);startDate/endDate/rm1=a2:c8pre-fill dates + occupancy.expedia.tpx.lvshortlinks decoded: Travelpayouts → vio.com → Partnerize (prf.hn) → Button → expedia POS; marker recoverable from the vio hop; programmatic minting via the Travelpayouts links API (not chain reconstruction). HEAD dies mid-chain (405) — GET only.🤖 Generated with Claude Code
Summary by cubic
Adds a field-tested guide for Expedia covering the unauthenticated hotel typeahead API, property URL routing, and
expedia.tpx.lvaffiliate shortlinks. Enables faster (10x vs scraping) and more reliable property matching by constructinghotelId-based URLs with date/occupancy params and avoiding direct page fetches; includes GET-only guidance for shortlink chains.Written for commit 1db9b4e. Summary will update on new commits.