traded.co API: get_deals
traded.co via Parse · real_estate
Fetch a paginated list of commercial real estate deals with optional filters for state, asset type, transaction type, date range, price range, and sorting. Returns deal cards with metadata including address, price, brokers, and property details. API for extracting commercial real estate deals, broker leaderboards, venture capital transactions, news, and awards from Traded.co. Fulfilled by Parse from traded.co.
- finance
- news-media
- parse
- platform-key
- real-estate
- traded-co
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- real_estate
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/d1d81861-1a32-4c3b-9348-266dc20d0557/get_deals
- Interface artifact
- sha256:c2d4bd5368b31951fe3e063d21823afe14630035dce6386ed447e0d4805cecf3
- Manifest digest
- sha256:67dfb5dddf58c15a70de1c0132492db55dec5425595eec29ea898c59965f61eb
Request fields
- state (string): State or market filter as a lowercase slug (e.g. 'national', 'colorado', 'new-york', 'florida', 'texas').: Allowed values: florida, national, colorado, new-york, texas
- sort_by (string): Sort order for results. Omitting uses default (most recent).
- asset_type (string): Asset type filter as lowercase slug. Omitting returns all asset types.: Allowed values: multifamily, hotel, office, retail, industrial, mixed-use
- date_range (string): Date range filter (e.g. 'Past Week', 'Past Month'). Omitting returns all dates.
- price_range (string): Price range filter. Omitting returns all price ranges.
- transaction_type (string): Transaction type filter as lowercase slug. Omitting returns all transaction types.: Allowed values: sale, loan, lease
Example queries
- {"state":"florida","asset_type":"multifamily","transaction_type":"sale"}