VOOZH about

URL: https://apify.com/fortuitous_pirate/bea-economic-scraper

⇱ Bea Economic Scraper Β· Apify


Pricing

from $3.50 / 1,000 results

Go to Apify Store

Bea Economic Scraper

Access Bureau of Economic Analysis data: national GDP, state/county income, industry GDP, international trade statistics.

Pricing

from $3.50 / 1,000 results

Rating

0.0

(0)

Developer

πŸ‘ Fortuitous Pirate

Fortuitous Pirate

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

a month ago

Last modified

Share

BEA Economic Data Scraper

Extracts data from the Bureau of Economic Analysis (BEA) REST API, covering GDP, personal income, regional statistics, international trade, and more.

What data can you get?

  • NIPA - National Income and Product Accounts (GDP, personal income, savings rates)
  • Regional - State, county, and MSA-level economic data
  • GDPbyIndustry - GDP broken down by industry sector
  • ITA - International Transactions (trade balance, exports, imports)
  • IIP - International Investment Position
  • FixedAssets - Fixed asset tables (depreciation, capital stock)

Getting a BEA API Key

  1. Visit https://apps.bea.gov/api/signup/
  2. Enter your name and email
  3. You'll receive a 36-character UserID (API key) instantly

The key is free with no approval process.

Example Input

Real GDP (Annual, Last 5 Years)

{
"apiKey":"YOUR-36-CHAR-API-KEY",
"dataset":"NIPA",
"tableName":"T10101",
"frequency":"A",
"year":"LAST5"
}

State Personal Income

{
"apiKey":"YOUR-36-CHAR-API-KEY",
"dataset":"Regional",
"tableName":"SAINC1",
"lineCode":1,
"geoFips":"STATE",
"year":"LAST5"
}

GDP by Industry

{
"apiKey":"YOUR-36-CHAR-API-KEY",
"dataset":"GDPbyIndustry",
"tableID":1,
"industry":"ALL",
"frequency":"A",
"year":"LAST5"
}

Output

Each record contains:

  • dataset - Source dataset name
  • tableName - Table identifier
  • timePeriod - Year or quarter (e.g. "2023", "2023Q2")
  • geoName - Geographic area (if applicable)
  • dataValue - The numeric value
  • unit - Unit of measurement
  • Additional fields vary by dataset

Rate Limits

The BEA API allows 100 requests/minute and 100MB/minute. This actor makes a single request per run, so rate limits are not a concern for typical usage.

You might also like

BEA National Accounts Scraper

parseforge/bea-national-accounts-scraper

Tap the US Bureau of Economic Analysis API for NIPA, Fixed Assets, GDP by Industry, and Regional tables. Returns table_id, line, time_period, value, units, and series_code. Choose dataset, table name, frequency, and year. Useful for macro research and economic modeling.

FRED Economic Data Scraper - GDP, Inflation, Rates

gio21/fred-stlouisfed-scraper

Fetch US Federal Reserve economic time series (GDP, inflation, unemployment, rates) via the FRED API.

World Bank β€” GDP & Economic Indicators

moving_beacon-owner1/my-actor-86

This tool extracts Gross Domestic Product (GDP) data along with over 30 additional economic indicators directly from the World Bank Open Data API version 2. It operates without the need for an API key, making it accessible and easy to use for anyone interested in economic analysis.

2

FRED API - Federal Reserve Economic Data

alizarin_refrigerator-owner/fred-api---federal-reserve-economic-data

Access 800,000+ economic time series from the Federal Reserve Bank of St. Louis. Get GDP, inflation, unemployment, interest rates, housing data, and more. Essential for economic analysis, forecasting, and market research.

FRED Economic Data Scraper

parseforge/fred-scraper

Scrape economic data from the Federal Reserve’s FRED API, including series details, observations, categories, and metadata. Access indicators like CPI, GDP, unemployment rates, and thousands more. Ideal for economists, researchers, and analysts needing automated, up-to-date economic intelligence.

IMF Data Scraper | Global Economic Indicators

parseforge/imf-data-scraper

Extract macroeconomic time series from the IMF including GDP, inflation, debt, balance of payments, exchange rates, and country statistics. Pull data from World Economic Outlook and IFS for any country and indicator to power dashboards, finance research, and economic modeling.

FRED Economic Data

dash_authority/fred-economic-data

Search and retrieve economic data series from the Federal Reserve Economic Data (FRED) API. Fetch time series observations for thousands of economic indicators. Categories: economics, financial data, FRED, economic indicators.

πŸ‘ User avatar

Dash Authority

1

BLS US Economic Data Search

ryanclinton/bls-economic-data

BLS US Economic Data Search is an Apify actor that connects directly to the official Bureau of Labor Statistics (BLS) Public Data API v2 and retrieves time series data for US economic indicators.

12