add some more makelaars, and some more infra
This commit is contained in:
36
new_scraper_prompt.md
Normal file
36
new_scraper_prompt.md
Normal 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.]
|
||||
Reference in New Issue
Block a user