37 lines
822 B
Markdown
37 lines
822 B
Markdown
# 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.]
|