docs: update scraper prompt with OG Online, SURE, Realworks patterns and postcode tip
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -1,4 +1,39 @@
|
||||
# SSR
|
||||
# OG Online / realtime-listings (fastest — API)
|
||||
|
||||
Check out the add_scraper_context.md, let's add a new scraper.
|
||||
|
||||
**Broker:** [name]
|
||||
**Base URL:** [e.g. https://www.mybroker.nl]
|
||||
**Cities to include:** [e.g. {"Den Haag", "Voorburg"} — omit if broker is single-city]
|
||||
|
||||
_(No further investigation needed — OG Online platform is fully understood.)_
|
||||
|
||||
|
||||
# Realworks CMS (one-liner — SSR)
|
||||
|
||||
Check out the add_scraper_context.md, let's add a new scraper.
|
||||
|
||||
**Broker:** [name]
|
||||
**Base URL:** [e.g. https://www.mybroker.nl]
|
||||
|
||||
_(No further investigation needed — Realworks platform is fully understood.)_
|
||||
|
||||
|
||||
# SURE WordPress Plugin (SSR)
|
||||
|
||||
Check out the add_scraper_context.md, let's add a new scraper.
|
||||
|
||||
**Broker:** [name]
|
||||
**Base URL:** [e.g. https://www.mybroker.nl]
|
||||
**Card selector:** [a.card-house or a.card--house]
|
||||
**City filter:** [city name(s) to include, or "single city — no filter needed"]
|
||||
**Cards per page:** [e.g. 15]
|
||||
|
||||
_(Detail page always uses #kenmerken li span span — no further investigation needed.)_
|
||||
|
||||
|
||||
# SSR (custom)
|
||||
|
||||
Check out the add_scraper_context.md, let's add a new scraper.
|
||||
|
||||
**Broker:** [name]
|
||||
@@ -16,7 +51,7 @@ Check out the add_scraper_context.md, let's add a new scraper.
|
||||
**Notes:** [auth, JS rendering, price filter in URL, etc.]
|
||||
|
||||
|
||||
# API
|
||||
# API (custom)
|
||||
|
||||
Check out the add_scraper_context.md, let's add a new scraper.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user