I am able to convert PBF to geojson, but I lack the additional attributes like state, country, city, suburb, type of business etc which is offered by geocoding service like Nominatim.
The geojson just has a name and type:
{ "type": "Feature", "properties": { "osm_id": "519326004", "timestamp"...