US Location Profile — Economy, Labor & Weather avatar

US Location Profile — Economy, Labor & Weather

Pricing

from $80.00 / 1,000 location profileds

Go to Apify Store
US Location Profile — Economy, Labor & Weather

US Location Profile — Economy, Labor & Weather

One address or coordinate in, one complete location record out: county, demographics (Census ACS), unemployment (BLS), economic context (FRED), forecast and active weather alerts (NWS). Built for agents and analysts.

Pricing

from $80.00 / 1,000 location profileds

Rating

0.0

(0)

Developer

Carlos Garcia

Carlos Garcia

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Categories

Share

US Location Profile

One address or coordinate in — one complete, structured location record out. This Actor does the tedious work of joining four official US government sources whose geographies don't naturally line up:

  • Census geocoder → resolves your address/coords to county FIPS (the join key)
  • Census ACS → population, median age, median household income, home values, education
  • BLS LAUS → county unemployment rate, latest month + year-ago comparison
  • FRED → state-level economic context
  • National Weather Service → 4-period forecast + active weather alerts

Each API alone is trivial. Reconciling their geography codes, formats, and quirks is the part nobody wants to write — an AI agent doing market research currently makes ~11 calls to answer "what is this place like?" This is one call.

Input

FieldDescription
locationsStreet addresses and/or "lat,lon" pairs — one profile per entry
censusApiKeyOptional, free & instant — without it the demographics section is skipped
fredApiKeyOptional, free — adds state economic context
blsApiKeyOptional — raises rate limits for heavy use
includeWeatherDefault true

The Actor degrades gracefully: sections you don't have keys for come back as {"skipped": "<reason + where to get a free key>"} — the record shape is always stable.

Output

{
"query": "90 W Broad St, Columbus, OH 43215",
"status": "OK",
"location": { "county_name": "Franklin County", "state_fips": "39", "county_fips": "049", "lat": 39.96, "lon": -83.00 },
"demographics": { "population": 1321820, "median_household_income": 76354, "median_age": 34.2, "...": "..." },
"labor": { "unemployment_rate_pct": 3.4, "period": "2026-June", "year_ago_rate_pct": 4.6 },
"state_economy": { "state_unemployment_pct": 4.1, "as_of": "2026-06-01" },
"weather": { "forecast": [ ... ], "active_alerts": [] }
}

Who this is for

  • Site selection & expansion analysts — screen candidate locations in batches
  • Real estate underwriters — market context per property, programmatically
  • Risk & insurance modellers — active alerts + local economics in one record
  • AI agents (via MCP) — the "describe this location" tool

Notes

  • US locations only (the underlying sources are US federal agencies).
  • All sources are official government APIs — public data, no scraping, no ToS friction.
  • ACS figures are 5-year estimates (2023 vintage); BLS county rates are not seasonally adjusted.

Pricing

EventPrice
Run start$0.02
Per location profiled$0.08

Batch of 50 candidate sites: $4.02 — versus an afternoon of copy-pasting from four government websites.

FAQ

Which inputs work? US street addresses ("90 W Broad St, Columbus, OH 43215") or coordinates ("39.9621,-83.0025"). City names alone don't geocode — include a street address or use coordinates.

Do I need API keys? The county resolution, unemployment (BLS), and weather (NWS) sections work with no keys at all. Add a free Census key for demographics and a free FRED key for state economics — the record tells you exactly where to get each key if a section is skipped.

Is this US-only? Yes — the underlying sources are US federal agencies.

How current is the data? Unemployment is the latest monthly BLS figure (with year-ago comparison). Demographics are Census ACS 5-year estimates. Weather is live. Each section names its source and vintage.

What's a typical batch cost? 50 locations: $0.02 + 50 × $0.08 = $4.02.

Changelog

  • 2026-08-22 — Full five-source verification (Census, BLS, FRED, NWS, geocoder); graceful handling of unactivated Census keys; demo location on empty input.
  • 2026-08-20 — Launch: one-call county profile joining four federal agencies.

More tools by Businessquik

Verified data tools built on official and public-mandate sources — no logins, no gray areas, no fragile scrapers:

Support: open an issue on this Actor's Issues tab — layout/format reports are usually fixed within days. Describe the shape of your file or query; never post real bank statements or sensitive data.