New York City Passport Services Scraper
Pricing
Pay per usage
Go to Apify Store

New York City Passport Services Scraper
Pricing
Pay per usage
Rating
0.0
(0)
Developer

Fortuitous Pirate
Maintained by Community
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
NYC Open Data / PASSPort Scraper
Extract NYC government procurement data including contracts, active solicitations, and vendor information from NYC Open Data (Socrata API).
Features
- Multiple dataset types: contracts, active solicitations, procurement pipeline, M/WBE vendor list
- Filter by agency, vendor name, contract amount, date range, procurement method
- Pagination with automatic rate limiting
- Optional Socrata app token for higher rate limits
Use Cases
- Government contractors researching NYC opportunities
- Journalists investigating city spending
- Researchers analyzing procurement patterns
- Vendors tracking competitor contracts
- Compliance teams monitoring M/WBE certifications
Input Parameters
| Parameter | Type | Description |
|---|---|---|
datasetType | enum | contracts, active_solicitations, procurement_pipeline, vendor_enrollment |
agency | string | Filter by agency name |
vendorName | string | Filter by vendor name |
minAmount | number | Minimum contract amount |
maxAmount | number | Maximum contract amount |
startDateAfter | string | Contracts starting after date (YYYY-MM-DD) |
startDateBefore | string | Contracts starting before date |
procurementMethod | string | Filter by procurement method |
appToken | string | Socrata API token for higher rate limits |
limit | number | Maximum records to fetch |
Example Output
{"recordType": "contracts","agency": "Department of Transportation","vendor_name": "ABC Construction Corp","contract_amount": 1250000,"start_date": "2024-01-15","end_date": "2026-01-15","procurement_method": "Competitive Sealed Bid","scrapedAt": "2024-01-20T10:30:00.000Z"}
Rate Limits
Without an app token, requests are throttled. Get a free Socrata app token at https://data.cityofnewyork.us for unlimited API access.