The Google Places API is Google's official API for place data. It returns authoritative information about businesses and points of interest - names, categories, addresses, phone numbers, websites, ratings, opening hours, and more - sourced directly from Google. It is priced per request, and its Terms of Service place conditions on how Places data may be stored, cached, and displayed.
biz collect uses Google Places search as the first stage of its pipeline, then visits each business's website to enrich and dedupe the record. So this is not 'official API versus scraper'; it is 'authoritative place lookup' versus 'a business-data product that builds on place search and adds website-derived contact data and a stable, storable JSON contract.' If your only need is canonical place attributes and you are comfortable working within the Places ToS, calling Google directly may be the right call.