How to fix Address list

Associate
Joined
25 Aug 2008
Posts
947
So, I've been given a list of incomplete UK Addresses, and tasked with finding a way to verify and complete the data.

I've had a quick look online - Royal Mail for example would allow you to run up to 50 requests a day, and more and you hit a paywall.

Any thoughts on other sources. The list is in excel, but I'll happily convert into SQL and write javascript if I can find an alternative source!
 
Yes, you'll need to pass it through PAF but it's not perfect and can often struggle with odd addresses or flat's.

There is another way but I can't recall the name and I'd need to log in to work to check.

How many are we talking about here and is this a one-off or is it likely there are going to be further requests to do this?

https://www.poweredbypaf.com/

You could try contacting them as a microbusiness and get a year free https://www.poweredbypaf.com/licenc...nts/pricing/pricing-essentials-microbuisness/

or a 30 day free trial from one of their software suppliers https://addressnow.royalmail.com/?cid=AD1019_POW_DD_02
 
Last edited:
So, I've been given a list of incomplete UK Addresses, and tasked with finding a way to verify and complete the data.

I've had a quick look online - Royal Mail for example would allow you to run up to 50 requests a day, and more and you hit a paywall.

Any thoughts on other sources. The list is in excel, but I'll happily convert into SQL and write javascript if I can find an alternative source!

Use one of the Ordnance Survey APIs.

https://developer.ordnancesurvey.co.uk/
 
I used the geo key thing from google and with help from @Frozennova using python - ran a scrypt every day to the cap. I got about 52k records i needed- I asked post office and they wanted money or subscription and ran out of time to go down the not for profit route.

Ed-

Lol didnt see you post already mate:
I did something similar with Googles Geocoding API a few years back for another OCUK Member
 
Last edited:
Back
Top Bottom