add some more makelaars, and some more infra

This commit is contained in:
2026-04-03 15:49:42 +02:00
parent 26d9d936f4
commit 17b35d1997
9 changed files with 928 additions and 70 deletions

36
new_scraper_prompt.md Normal file
View File

@@ -0,0 +1,36 @@
# SSR
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
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.]