airbnb-listing-detail
适合需要精确房源元数据的分析或比价场景。
可能违反 Airbnb 使用条款并触发反爬。
通过 Airbnb 内部 GraphQL API 获取指定房源的完整详情。
通过 Airbnb 的内部 GraphQL API 用房源 ID 拉取完整房源信息:标题、房型、设施、照片、经纬度、城市、房规、评分和房间配置等。当你需要比前端页面更详尽、结构化的房源数据(比如做聚合、比价或自动化上架)就会用到它。优势是直接调用内部接口拿全量字段,不需要登录也能得到比普通抓取更完整的数据。
▸ 展开 SKILL.md 英文原文
Fetches complete Airbnb listing details for a given numeric listing ID via the internal GraphQL API, returning title, room type, description, amenities, photos, coordinates, city, house rules, highlights, ratings, review count, bedroom configuration, and property overview. Use when user mentions Airbnb listing details, Airbnb property info, Airbnb room details, get Airbnb listing data, Airbnb amenities list, Airbnb house rules, Airbnb property description, Airbnb detail page scraper, Airbnb rooms detail, Airbnb property page data, Airbnb listing info, fetch Airbnb room details, pull Airbnb listing.
帮我安装这个 skill:https://raw.githubusercontent.com/browser-act/skills/main/solutions/ecommerce/airbnb-listing-detail/SKILL.mdcurl -fsSL "https://raw.githubusercontent.com/browser-act/skills/main/solutions/ecommerce/airbnb-listing-detail/SKILL.md"# Airbnb — Listing Detail > Listing ID → full property detail via internal GraphQL API (no login required) ## Language All process output to user (progress updates, process notifications) follows the user's language. ## Objective Fetch comprehensive listing data for an Airbnb property using the internal StaysPdpSections GraphQL API. ## Prerequisites - Browser is open (any page). The API call is made via `fetch()` in the browser context — no specific page navigation required. - No login required — the API endpoint is publicly accessible ## Pre-execution Checks ### 1. Tool Readiness If browser-act has been confirmed available in the current session → skip this step. Invoke `browser-