Piloterr

Apartments Property

Extract a full Apartments.com rental listing from a property URL, including amenities, gallery, description, geolocation, and unit details via browser rendering.

Credit cost: 2 credits per call

GET
/v2/apartments/property

Authorization

ApiKeyAuth
x-api-key<token>

Your API key. Include it in the x-api-key header for every request.

In: header

Query Parameters

query*string

Full Apartments.com property listing URL.

Example:

https://www.apartments.com/141-e-33rd-st-new-york-ny-unit-si-fl16-id43/p6b4mes/

Notes:

  • Only property URLs on apartments.com with an ID slug (e.g. /p6b4mes/) are accepted.
  • Property detail pages are JavaScript SPAs; this endpoint uses website rendering to extract photos, amenities, description, and geolocation.
  • Copy the listing URL from search results or from apartments.com.

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://api.piloterr.com/v2/apartments/property?query=string"
{
  "id": "p6b4mes",
  "url": "https://www.apartments.com/141-e-33rd-st-new-york-ny-unit-si-fl16-id43/p6b4mes/",
  "image": "https://images1.apartments.com/i2/SF9HSqkGqXN0cjmR2cUNbgLuxyXklZLpKYtInYim0XI/111/141-e-33rd-st-unit-si-fl16-id43-new-york-ny-primary-photo.jpg?p=1",
  "phone": "8555266751",
  "title": "$7,210",
  "units": [],
  "images": [
    "https://images1.apartments.com/i2/SF9HSqkGqXN0cjmR2cUNbgLuxyXklZLpKYtInYim0XI/111/141-e-33rd-st-unit-si-fl16-id43-new-york-ny-primary-photo.jpg?p=1",
    "https://images1.apartments.com/i2/_LYYrJa6ncHlDFoi81j_UsjuW84Nvn4w9YGihAPQA3o/117/141-e-33rd-st-unit-si-fl16-id43-new-york-ny-building-photo.jpg?p=1",
    "https://images1.apartments.com/i2/XSVQGO_3LitnwCCtEhZTwYhxNmk86nNac9DzNVS_eg8/117/141-e-33rd-st-unit-si-fl16-id43-new-york-ny-building-photo.jpg?p=1",
    "https://images1.apartments.com/i2/KCjnNj_AfdQg2j-NlhNv0snlvJb2qptQy8_wG0jfEb4/117/141-e-33rd-st-unit-si-fl16-id43-new-york-ny-building-photo.jpg?p=1",
    "https://images1.apartments.com/i2/Fof83ipViTC_uNqRZlf41AfpD7t1xs4eGFBN78nzXNY/117/141-e-33rd-st-unit-si-fl16-id43-new-york-ny-building-photo.jpg?p=1"
  ],
  "address": "New York, NY 10016",
  "bedrooms": "2",
  "amenities": [
    "Wi-Fi",
    "Air Conditioning",
    "Heating",
    "Dishwasher",
    "Kitchen",
    "Microwave",
    "Oven",
    "Refrigerator",
    "Freezer",
    "Furnished",
    "Doorman",
    "Elevator",
    "Corporate Suites",
    "Fitness Center"
  ],
  "bathrooms": "1.5",
  "rent_range": null,
  "description": "141 E 33rd St Unit SI FL16-ID43\n\n1 - 12 Month Lease , Available Aug 9\n\nFeel at home wherever you choose to live with Blueground. You’ll love this sophisticated Kips Bay furnished two bedroom apartment with its modern decor, fully equipped kitchen, and bright living room with great high floor views. Ideally located, you’re close to all the best that New York has to offer! (ID #NYC43)\n\nThe advertised rate of $7,210/month is the lowest available price, based on a 12 month(s) stay with a move-in date of August 9, 2026. \n\nRates vary depending on the duration of stay, season, and other parameters. For exact pricing and additional pricing components, please visit our website and enter your desired move-in and move-out dates. The rate is applicable when billed upfront; it can be higher if billed in multiple payments.\nBrokers are welcome to reach out.\n\nWere you looking for an unfurnished lease? Try Blueground instead and upgrade from unfurnished to furnished living:\n  - Furnished at rates comparable to unfurnished\n  - No setup or furniture costs - save thousands\n  - Move-in ready - save time, just bring your suitcase\n\nDesigned with you in mind\n\nGorgeous furniture, fully equipped kitchen, smart TV, and a premium wireless speaker are just a few of the amenities you’ll find inside this two bedroom apartment. Ideally located in New York, you’ll find a lot to love outside as well. When you’re ready to relax, you’ll be happy to discover every Blueground bedroom comes with superior quality mattresses, fully stocked linens, and cozy towels. We handle everything so you can simply show up and start living. \n\nSleeping arrangements\n\n      Queen Bed, 63in/160cm\n      Queen Bed, 63in/160cm\n\nAmenities\n\nBuilding amenities unique to this two bedroom apartment include an on-site:\n\n  - Doorman\n  - Dryer in building\n  - Elevator\n  - Washing machine in building\n  - Pets allowed\n\nArrival and ongoing support\n\nThe entire apartment is yours to enjoy!\n\nThroughout your stay, you’ll have access to our Client Experience team through the Blueground App. You can schedule additional cleanings, submit maintenance requests, and view our neighborhood recommendations with just a few taps.\n\nWe’ll share all details upon confirmation of your stay.\n\nIdeally Located\n\nThis furnished property is situated in Kips Bay. Stretching from the East River to Lexington Avenue, the peaceful neighborhood offers convenience and easy access to the rest of the city. Several hospitals are located here, making it a hub for medical care. Kips Bay offers dining options for every budget as well as numerous cinemas and fitness centers. During the weekends, locals stroll alongside the water, take the water taxi to another borough, or hang out in one of the parks, such as Bellevue South. From here, Rockefeller Center is only 20 minutes away by subway.\n\nOther things to note\n\nThis Blueground apartment has flexible lease options, allowing you to book it for one month, a year, or more.\nPets are welcome, though weight limits and breed restrictions apply and may incur fees.\nBrokes CYOF.\nWe take great pride in ensuring every photo displayed is shot in our own units with our actual furnishings. That said, we regularly refresh our decor and furniture arrangement, which may differ from what’s pictured.\n [SI]",
  "geolocation": {
    "latitude": 40.74576,
    "longitude": -73.97978
  },
  "square_feet": "850 sq ft"
}
{
  "error": "Bad Request"
}
{
  "error": "Invalid API Key"
}
{
  "error": "Payment required"
}
{
  "error": "Rate limit exceeded for the API key: quota monthly"
}
{
  "error": "Internal Error"
}