Member Junction
    Preparing search index...

    Action that retrieves US Census demographic and economic data for a given location. Uses the US Census Bureau API to provide population, income, housing, and other statistics.

    // Lookup by ZIP code
    await runAction({
    ActionName: 'Census Data Lookup',
    Params: [{
    Name: 'ZipCode',
    Value: '10001'
    }]
    });

    // Lookup by city and state
    await runAction({
    ActionName: 'Census Data Lookup',
    Params: [{
    Name: 'City',
    Value: 'New York'
    }, {
    Name: 'State',
    Value: 'NY'
    }]
    });

    Hierarchy (View Summary)

    Index

    Constructors

    Methods

    Constructors

    Methods