-
Notifications
You must be signed in to change notification settings - Fork 5
Week 02 (W47 Nov16) London RE
Carola Boettcher edited this page Nov 18, 2016
·
11 revisions
When requesting the data from the zoopla api we ran into the issue that page numbers > 100 result in status code '400' and cannot be processed. That would mean we could only fetch data for the first 10k properties. As a workaround we included the postcode parameter in the url and are now requesting results per postcode. The list with all postcodes from London can be found at wikipedia. That will hopefully allow us to get all the data we need.