From a71821aeb07f196f225b34633eb8a8b970c788ae Mon Sep 17 00:00:00 2001 From: Sijmen Schoon Date: Wed, 29 Jan 2020 22:11:04 +0100 Subject: [PATCH] Slightly improve explanation --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9113d14..bd493e1 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,8 @@ First do `pip install --user -r requirements.txt` (or use a virtual env or something, idc). Then do `flask run`. That should be about it. -Grab the API call from inspect element and stick it in the input box. +Grab the API call from Inspect Element → Network that starts with +`https://www.marktplaats.nl/lrp/api/search?` and stick it in the input box. If Marktplaats gets mad at you for using this for some reason, don't get mad at me. Use at your own risk.