airbnb-listing-detail

仓库创建 2026年2月6日最近提交 5 天前SkillHot 收录 5 小时前
▸ 精选理由

适合需要精确房源元数据的分析或比价场景。

▸ 风险提示

可能违反 Airbnb 使用条款并触发反爬。

这个 Skill 做什么

通过 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.

数据与抓取Airbnb房源详情抓取通用
4.8k
Stars
231
Forks
40
仓库内 Skill
+1.0k
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/browser-act/skills/main/solutions/ecommerce/airbnb-listing-detail/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/browser-act/skills/main/solutions/ecommerce/airbnb-listing-detail/SKILL.md"
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-
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有