Finance
NFIB Small Business Trends logo

NFIB Small Business Trends API

nfib-sbet.org

NFIB Small Business Economic Trends - optimism index, indicators, survey microdata, and news.

Actions
8
Category
Finance
Login
Not required
Output
JSON

Call the NFIB Small Business Trends API

Submit a task, then poll the job until it settles. This example runs act_nfib_sbet_org_author_profile_page_ssr.

curl -X POST https://api.anakin.io/v1/wire/task \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_nfib_sbet_org_author_profile_page_ssr",
    "params": {
      "share_hash": "1872fbe540d5"
    }
  }'

8 actions on nfib-sbet.org

Read

  • Author Profile

    act_nfib_sbet_org_author_profile_page_ssrread1 credit / call

    Returns an author profile with name, affiliation, and recent articles.

    share_hash
    string
  • Blog Stream Listing

    act_nfib_sbet_org_blog_stream_listingread1 credit / call

    Returns recent articles with titles, authors, dates, and summaries.

    locations
    string · required
  • News Article Details

    act_nfib_sbet_org_news_article_detail_ssrread1 credit / call

    Returns a news article with title, body text, and publish metadata.

    article_slug
    string · required

Write

Write actions change state on nfib-sbet.org and run as the account you connect.

  • Geographic Map Regions

    act_nfib_sbet_org_geographic_map_regionswrite2 credits / call

    Returns monthly optimism index values by US census region.

    min_year
    string · required
    min_month
    string · required
    max_year
    string · required
    max_month
    string · required
    indicator
    string
  • Historical Indicators

    act_nfib_sbet_org_sbet_indicators_historicalwrite2 credits / call

    Returns historical time series for one or more economic indicator codes.

    min_year
    string · required
    min_month
    string · required
    max_year
    string · required
    max_month
    string · required
    indicator
    string · required
  • Microdata Quarterly Trends

    act_nfib_sbet_org_microdata_quarterly_trendswrite2 credits / call

    Returns quarterly survey microdata trends for a selected question and date range.

    min_year
    string · required
    min_qtr
    string · required
    max_year
    string · required
    max_qtr
    string · required
    questions
    string · required
    industry
    string
    employee
    string
    statev
    string
  • Optimism Index Time Series

    act_nfib_sbet_org_optimism_index_timeserieswrite2 credits / call

    Returns the Small Business Optimism Index monthly time series for a date range.

    min_year
    string · required
    min_month
    string · required
    max_year
    string · required
    max_month
    string · required
    indicator
    string
  • Survey Questions Catalog

    act_nfib_sbet_org_survey_questions_catalogwrite2 credits / call

    Returns survey questions and answer options for a given month and year.

    min_year
    string · required
    min_month
    string · required
    max_year
    string · required
    max_month
    string · required

NFIB Small Business Trends API questions

Is there an API for NFIB Small Business Trends?
NFIB Small Business Trends does not offer a public data API for this, but Anakin Wire provides 8 maintained endpoints for nfib-sbet.org. You call Anakin's REST API with an action ID and parameters and get structured JSON back; Anakin handles the browser, proxies, anti-bot, and parsing.
How do I scrape NFIB Small Business Trends data?
POST to https://api.anakin.io/v1/wire/task with your API key, the action ID, and its parameters, then poll GET /v1/wire/jobs/{id} until the job settles. There is nothing to install and no scraper to maintain — when nfib-sbet.org changes its markup, Anakin updates the action.
Do I need a NFIB Small Business Trends account?
No. Every NFIB Small Business Trends action listed here runs anonymously — no account and no credentials required.
What does the NFIB Small Business Trends API cost?
Usage-based credits, charged per call and refunded automatically when a job fails. New accounts start with 300 free credits and no card. See anakin.io/pricing for the current rates.

More Finance APIs

All Finance sites