Government Legal
NYC PASSPort logo

NYC PASSPort API

passport.cityofnewyork.us

NYC PASSPort transparency portal - vendors, solicitations, contracts, and dashboard metrics.

Actions
3
Category
Government Legal
Login
Not required
Output
JSON

Call the NYC PASSPort API

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

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_passport_cityofnewyork_portal_home_dashboard",
    "params": {}
  }'

3 actions on passport.cityofnewyork.us

Read

  • Portal Home Dashboard

    act_passport_cityofnewyork_portal_home_dashboardread1 credit / call

    Returns portal navigation links, section URLs, and dashboard metric cards.

  • Solicitation Listing

    act_passport_cityofnewyork_solicitation_listing_pageread2 credits / call

    Returns the browse solicitations listing with filters and parsed rows.

  • Vendor Listing

    act_passport_cityofnewyork_vendor_listing_pageread2 credits / call

    Returns the browse vendors listing with filters and parsed enrollment rows.

NYC PASSPort API questions

Is there an API for NYC PASSPort?
NYC PASSPort does not offer a public data API for this, but Anakin Wire provides 3 maintained endpoints for passport.cityofnewyork.us. 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 NYC PASSPort 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 passport.cityofnewyork.us changes its markup, Anakin updates the action.
Do I need a NYC PASSPort account?
No. Every NYC PASSPort action listed here runs anonymously — no account and no credentials required.
What does the NYC PASSPort 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 Government Legal APIs

All Government Legal sites