Files
huizenbot/new_scraper_prompt.md

72 lines
1.8 KiB
Markdown

# 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]
**Website:** [base url]
**Listing page URL:** [url with any price/city filters applied]
**Detail page kenmerken:** yes / no
**Listing page HTML** (one card):
[paste]
**Detail page dump:** [attached / n.a.]
**Pagination:** [e.g. 10 per page, pagina-N in URL / no pagination]
**Notes:** [auth, JS rendering, price filter in URL, etc.]
# API (custom)
Check out the add_scraper_context.md, let's add a new scraper.
**Broker:** [name]
**Website:** [base url]
**API endpoint:** [full url]
**Auth:** [none / header: X-Foo: bar / query param]
**Example curl:**
[paste]
**Example response (one item):**
[paste]
**Pagination:** [e.g. page param / offset / single response]
**Notes:** [price filter, city filter, status field values, etc.]