FastBackgroundCheck Addresses Scraper - address lookups at scale
FastBackgroundCheck is a US people-search and public-records site. It lets a visitor search by name, phone number or address, and it describes its address search as returning the people or business currently at an address together with previous owners and residents. This service reads that address search at scale: submit a list of US street addresses and each one comes back as a single row, so an input file and an output file line up exactly, including for addresses where nothing is found.
Each row carries six columns, and those names are measured rather than assumed - they are copied byte-for-byte from the header of six real exports. They are the address exactly as submitted, latitude and longitude as strings, a matched address normalised to a full postal form running from street through neighbourhood, city, county and state to postcode and country, a residents column, and a status column. The schema is unusually stable for this catalogue: one export shape, the same six columns in the same order in every run, and no disagreement between the JSON and the spreadsheet versions of the same file.
What those runs returned is the part worth reading before you sign up. All six exports are single-address tests of the same address, all six are identical, and in every one the residents column was empty while status read exactly “blocked (needs residential proxy)”. That is a statement about how the request was routed rather than about the address itself, which makes it different from a confirmed empty result: a block means the lookup did not complete, so it is not evidence that nobody is listed, and six identical runs against one address are not evidence that the column never fills either. What can honestly be said is that we have never observed the residents column carrying data, and that is what this page says. Two consequences follow for anyone writing an importer. Read status before anything else, because an empty residents cell has two opposite meanings and only status distinguishes them. And do not assume a per-request batch limit: unlike its sibling service this one has no published endpoint reference, so no documented number exists and this page deliberately quotes none.
The obligations that come with people-search data are set out at the top of this page rather than buried in a policy. It must not be used for employment, credit, insurance, housing or tenant decisions - those are regulated purposes in the US requiring a consumer reporting agency under the FCRA, and the word “background check” in the source's name does not change what you are permitted to do with the output. It must not be used to locate, approach or monitor a private individual. Cleaning an address column you already hold, comparing two sources against the same list, and verifying an address against your own records are the uses it is for, and address resolution is the part that worked on every row we ran. Publicly available sources only, no third-party trackers on the data layer, and exports auto-delete after 30 days. Your first 500 rows are free and need no credit card - on this service in particular, spend them before you spend anything else.