Overpass query:
show query
–
Overpass Turbo
[timeout:300][out:json];
(
node(around:1000,35.24420,136.78500)[building][~"^(addr:housenumber|.*name.*)$"~".",i];
way(around:1000,35.24420,136.78500)[building][~"^(addr:housenumber|.*name.*)$"~".",i];
rel(around:1000,35.24420,136.78500)[building][~"^(addr:housenumber|.*name.*)$"~".",i];
node(around:1000,35.24420,136.78500)[industrial=factory][~"^(addr:housenumber|.*name.*)$"~".",i];
way(around:1000,35.24420,136.78500)[industrial=factory][~"^(addr:housenumber|.*name.*)$"~".",i];
rel(around:1000,35.24420,136.78500)[industrial=factory][~"^(addr:housenumber|.*name.*)$"~".",i];
node(around:1000,35.24420,136.78500)["man_made"="works"][name];
way(around:1000,35.24420,136.78500)["man_made"="works"][name];
rel(around:1000,35.24420,136.78500)["man_made"="works"][name];
);
out center tags;