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