UK property market monitoring
Rightmoveエンドポイントを使えば、「UK property market monitoring」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
Turn Rightmove — the UK's largest property portal — into structured JSON: location autocomplete, for-sale/to-let/sold property search with price and bedroom filters, and full property detail including floor plans, EPC rating, and nearby schools, all with one API key.
Search Rightmove property listings, get full property detail, and autocomplete UK locations, as structured JSON.
エンドポイントファミリー
3
ドキュメント化されたパラメータ
16
サンプル数
3
ライブカタログスナップショット
稼働エンドポイント
3
メソッド
GET
必須パラメータ
6
スキーマ参照
3
{
"platform": "Rightmove",
"endpoint": "rightmove-search",
"method": "GET",
"path": "/rightmove/search",
"auth": "apiKey"
}ユースケース
Search Rightmove property listings, get full property detail, and autocomplete UK locations, as structured JSON.
Rightmoveエンドポイントを使えば、「UK property market monitoring」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
Rightmoveエンドポイントを使えば、「For-sale and to-let inventory tracking」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
Rightmoveエンドポイントを使えば、「Local school and amenity research」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
マネージド実行
以下の数値はすべて、稼働中のRightmoveエンドポイントカタログから取得しています(エンドポイント3件、ドキュメント化されたリクエストパラメータ16個、公開レスポンススキーマ3件)。DocsとPlaygroundが参照しているカタログと同じものです。
Rightmoveのエンドポイントは3件、3つのリクエストファミリーに分類されています(Autocomplete、Properties、Search)。
これらのRightmoveエンドポイントには16個のリクエストパラメータがドキュメント化されており、うち6個が必須です。統合コードを書く前に入力仕様をすべて確認できます。
3件のRightmoveエンドポイントのうち3件が実際のサンプルレスポンスを、3件がドキュメント化されたレスポンススキーマを備えています。最初のリクエストの前に実データの形に合わせて実装できます。
Rightmoveのエンドポイントは成功時のスキーマに加えてエラーレスポンス(400、404、429、503)もドキュメント化しています。ブロック、レート制限、レコード欠損は空データではなく型付きのエラーとして返ります。
本番と同じパラメータで、RightmoveのすべてのルートをDocsとPlaygroundから実行できます。
カバレッジマップ
これらのカードは稼働中のエンドポイントカタログから生成されるため、このページはDocsとPlaygroundが使うAPIサーフェスをそのまま反映します。
/rightmove/autocomplete
/rightmove/properties/{id}
/rightmove/search
エンドポイントカタログ
/rightmove/searchReturns normalized Rightmove public property search results. Callers can use location query directly or pass a location identifier from autocomplete results.
/rightmove/properties/{id}Returns normalized Rightmove public property details using the property ID.
/rightmove/autocompleteReturns normalized Rightmove public web autocomplete candidates for location search.
関連API
Real Estate & Property
Use a Zillow API to turn public property search, home detail, and location autocomplete pages into structured JSON for real estate research, market monitoring, and property intelligence workflows.
Real Estate & Property
Use a Redfin API to turn public Redfin listing search, property detail, Redfin Estimate, comparables, and regional market-trend pages into structured JSON for real estate research, valuation, and market-monitoring workflows.
Rightmoveのスクレイピング方法
Crawlora's Rightmove endpoints return normalized public Rightmove property data as JSON with one API key — no Rightmove account required.
Pass a partial place name to /rightmove/autocomplete for Rightmove's own public location suggestions, each with an ID, name, full name, and entity type.
Pass a location string (or an ID from autocomplete) to /rightmove/search, with an optional status (for_sale, to_let, or sold), page, and price/bedroom/bathroom/property_type filters. Results are paginated in pages of 24.
Pass a property ID from search results to /rightmove/properties/{id} for description, features, floor plan, EPC rating, council tax band, tenure, availability date, customer reviews, and nearby schools when available.
FAQ
Call /rightmove/search with a location for listings, /rightmove/properties/{id} with a property ID for full detail, or /rightmove/autocomplete with a partial place name for location suggestions — all return structured JSON with one API key.
Yes — /rightmove/search accepts min_price, max_price, min_bedrooms, max_bedrooms, min_bathrooms, max_bathrooms, and property_type alongside its required location parameter and optional status and page.
Description, features, floor plan, EPC rating, council tax band, tenure, availability date, customer reviews, and nearby schools when the listing provides them, alongside price, bedrooms, bathrooms, and days on market.
No. All three endpoints read Rightmove's own public pages and require only your Crawlora API key.