13 lines
560 B
Markdown
13 lines
560 B
Markdown
|
# Scrape Usse
|
||
|
Funda scraper that automatically calculates the distance to several points in the Netherlands. Project relies heavily on a slightly modified version of the funda-scraper that is available on github.
|
||
|
|
||
|
## Usage
|
||
|
Update the ``URL`` parameter to use your filtered url from Funda.
|
||
|
```python
|
||
|
URL = "https://www.funda.nl/zoeken/koop?selected_area=%5B%22utrecht,15km%22%5D&price=%22-400000%22&object_type=%5B%22house%22%5D"
|
||
|
```
|
||
|
|
||
|
Next you should be able to scrape the data from funda. See the RTD for more docs on how to setup OSRM and use the results.
|
||
|
|
||
|
|