ToolAssay

Rank U.S

Rank U.S. locations using buyer-defined Census and economic criteria, including demographics, housing, jobs, wages, GDP, employer activity, industry specialization and optional target-market sizing. Scores are transparent and based only on the criteria and weights supplied.

Answeringour last check, 2026-09-27
1 of 1checks answered this week
1381 msmedian answer time
$0.01listed price per call
$0.01price it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

POST https://agent-vending-production.up.railway.app/v1/site-selection

CategoryMarket data
Provider hostagent-vending-production.up.railway.app
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days3 from 1 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-27 valid payment request 402$0.01 1381 ms

Example input (from the provider)

{
  "body": {
    "criteria": [
      {
        "metric": "median_household_income",
        "preference": "higher"
      },
      {
        "metric": "average_annual_pay",
        "preference": "lower"
      },
      {
        "metric": "qcew_employment_growth_5y",
        "preference": "higher"
      },
      {
        "metric": "laus_unemployment_rate",
        "preference": "lower"
      },
      {
        "metric": "employer_establishments_per_1000_residents",
        "preference": "higher"
      }
    ],
    "data_scope": "census_and_economy",
    "locations": [
      "Ventura County, CA",
      "Orange County, CA",
      "San Diego County, CA"
    ],
    "mode": "candidate"
  },
  "bodyType": "json",
  "method": "POST",
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "body": {
          "additionalProperties": false,
          "description": "One of candidates/locations or search. data_scope \"census\" (default) = 1.0 behavior; \"census_and_economy\" = counties, Census + economic metrics, 2023-aligned scoring.",
          "examples": [
            {
              "criteria": [
                {
                  "metric": "median_household_income",
                  "preference": "higher"
                },
                {
                  "metric": "average_annual_pay",
                  "preference": "lower"
                },
                {
                  "metric": "qcew_employment_growth_5y",
                  "preference": "higher"
                },
                {
                  "metric": "laus_unemployment_rate",
                  "preference": "lower"
                },
                {
                  "metric": "employer_establishments_per_1000_residents",
                  "preference": "higher"
                }
              ],
              "data_scope": "census_and_economy",
              "locations": [
                "Ventura County, CA",
                "Orange County, CA",
                "San Diego County, CA"
              ],
              "mode": "candidate"
            },
            {
              "criteria": [
                {
                  "metric": "target_sector_location_quotient",
                  "preference": "higher",
                  "weight": 2
                },
                {
                  "metric": "bachelors_or_higher",
                  "preference": "higher"
                },
                {
                  "metric": "average_annual_pay",
                  "preference": "lower"
                }
              ],
              "data_scope": "census_and_economy",
              "filters": [
                {
                  "metric": "laus_unemployment_rate",
                  "operator": "<=",
                  "value": 6
                }
              ],
              "mode": "search",
              "search": {
                "state": "CA"
              },
              "target_industry": {
                "naics_sector": "54"
              },
              "top_n": 10
            }
          ],
          "properties": {
            "balance_categories": {
              "description": "Default true",
              "type": "boolean"
            },
            "candidates": {
              "items": {
                "additionalProperties": true,
                "description": "A U.S. state, county, place or ZCTA by name or GEOID (all candidates must share one type).",
                "properties": {
                  "geoid": {
                    "description": "Census GEOID (alternative to name)",
                    "type": "string"
                  },
                  "name": {
                    "description": "e.g. \"Ventura County\", \"Thousand Oaks\", \"91362\", \"CA\"",
                    "type": "string"
                  },
                  "state": {
                    "description": "State name, postal code or FIPS (county/place by name)",
                    "type": "string"
                  },
                  "type": {
                    "enum": [
                      "state",
                      "county",
                      "place",
                      "zcta"
                    ],
                    "type": "string"
                  }
                },
                "required": [
                  "type"
                ],
                "type": "object"
              },
              "maxItems": 25,
              "minItems": 2,
              "type": "array"
            },
            "category_weights": {
              "additionalProperties": {
                "exclusiveMinimum": 0,
                "type": "number"
              },
              "description": "Optional weight per active category (DEMOGRAPHICS, INCOME, HOUSING, WORKFORCE, EDUCATION, HEALTH_COVERAGE, TARGET_MARKET); normalized to 1",
              "type": "object"
            },
            "criteria": {
              "items": {
                "additionalProperties": false,
                "properties": {
                  "metric": {
                    "enum": [
                      "population",
                      "median_age",
                      "median_household_income",
                      "per_capita_income",
                      "poverty_rate",
                      "unemployment_rate",
                      "labor_force_participation",
                      "bachelors_or_higher",
                      "high_school_or_higher",
                      "homeownership_rate",
                      "median_home_value",
                      "median_gross_rent",
                      "uninsured_rate",
                      "foreign_born_rate",
                      "under_18_rate",
                      "age_65_plus_rate",
                      "laus_unemployment_rate",
                      "labor_force",
                      "employed_people",
                      "qcew_employment",
                      "qcew_employment_growth_1y",
                      "qcew_employment_growth_3y",
                      "qcew_employment_growth_5y",
                      "average_annual_pay",
                      "average_weekly_wage",
                      "wage_growth_1y",
                      "wage_growth_3y",
                      "wage_growth_5y",
                      "real_gdp",
                      "nominal_gdp",
                      "real_gdp_per_capita",
                      "nominal_gdp_per_capita",
                      "real_gdp_growth_1y",
                      "real_gdp_growth_5y",
                      "personal_income",
                      "per_capita_personal_income",
                

This page as JSON