# Houses Under TT$1 Million in Trinidad on Pin.tt

**Use case:** 

Export Trinidad homes asking under one million TT dollars from Pin.tt: price, bedrooms, area, village and advertiser, cheapest first. CSV, JSON or Excel.

## Input

```json
{
  "operation": "search",
  "category": "residential-sale",
  "location": "any",
  "propertyType": "any",
  "bedrooms": "any",
  "minPrice": 0,
  "maxPrice": 1000000,
  "sortBy": "cheapest",
  "maxItems": 60,
  "propertyUrl": "https://pin.tt/adv/636289_3-bedroom-townhouse-in-st-helena-for-sale/",
  "propertyUrls": []
}
```

## Output

```json
{
  "thumbnail": {
    "label": "🖼️ Photo",
    "format": "string"
  },
  "listingId": {
    "label": "🆔 Advert ID",
    "format": "integer"
  },
  "propertyUrl": {
    "label": "🔗 Advert",
    "format": "string"
  },
  "propertyTitle": {
    "label": "🏠 Title",
    "format": "string"
  },
  "price": {
    "label": "💰 Price",
    "format": "string"
  },
  "priceAmount": {
    "label": "🔢 Price value",
    "format": "number"
  },
  "currency": {
    "label": "💱 Currency",
    "format": "string"
  },
  "priceNote": {
    "label": "🏷️ Price note",
    "format": "string"
  },
  "startPrice": {
    "label": "📉 From price",
    "format": "string"
  },
  "category": {
    "label": "🗂️ Section",
    "format": "string"
  },
  "categoryName": {
    "label": "🗂️ Section name",
    "format": "string"
  },
  "dealType": {
    "label": "🤝 Sale or rent",
    "format": "string"
  },
  "location": {
    "label": "📍 Place",
    "format": "string"
  },
  "village": {
    "label": "🏘️ Village",
    "format": "string"
  },
  "latitude": {
    "label": "🧭 Latitude",
    "format": "number"
  },
  "longitude": {
    "label": "🧭 Longitude",
    "format": "number"
  },
  "coordinatesApproximate": {
    "label": "🧭 Approximate pin",
    "format": "boolean"
  },
  "propertyType": {
    "label": "🏠 Type",
    "format": "string"
  },
  "bedrooms": {
    "label": "🛏️ Bedrooms",
    "format": "integer"
  },
  "bathrooms": {
    "label": "🛁 Bathrooms",
    "format": "number"
  },
  "areaSqFt": {
    "label": "📐 Area sq ft",
    "format": "number"
  },
  "areaBasis": {
    "label": "📐 Area basis",
    "format": "string"
  },
  "floorAreaSqFt": {
    "label": "📐 Floor area sq ft",
    "format": "number"
  },
  "plotAreaSqFt": {
    "label": "🌱 Plot area sq ft",
    "format": "number"
  },
  "furnishing": {
    "label": "🛋️ Furnishing",
    "format": "string"
  },
  "condition": {
    "label": "🔧 Condition",
    "format": "string"
  },
  "parking": {
    "label": "🅿️ Parking",
    "format": "string"
  },
  "airConditioning": {
    "label": "❄️ Air conditioning",
    "format": "string"
  },
  "petsPolicy": {
    "label": "🐾 Pets",
    "format": "string"
  },
  "utilities": {
    "label": "💡 Utilities",
    "format": "string"
  },
  "gated": {
    "label": "🚧 Gated",
    "format": "string"
  },
  "highlights": {
    "label": "✨ Highlights",
    "format": "array"
  },
  "attributes": {
    "label": "📋 All attributes",
    "format": "array"
  },
  "descriptionText": {
    "label": "📝 Description",
    "format": "string"
  },
  "publishedAgo": {
    "label": "🕒 Posted",
    "format": "string"
  },
  "imageCount": {
    "label": "📷 Photos",
    "format": "integer"
  },
  "images": {
    "label": "🖼️ Photo URLs",
    "format": "array"
  },
  "hasVideo": {
    "label": "🎬 Has video",
    "format": "boolean"
  },
  "videoUrl": {
    "label": "🎬 Video",
    "format": "string"
  },
  "hasFloorPlan": {
    "label": "📐 Has floor plan",
    "format": "boolean"
  },
  "listingTier": {
    "label": "⭐ Listing tier",
    "format": "string"
  },
  "isClosed": {
    "label": "🚫 Closed",
    "format": "boolean"
  },
  "viewCount": {
    "label": "👀 Views",
    "format": "integer"
  },
  "favoriteCount": {
    "label": "❤️ Saves",
    "format": "integer"
  },
  "phoneViewCount": {
    "label": "📞 Phone reveals",
    "format": "integer"
  },
  "sellerId": {
    "label": "👤 Advertiser ID",
    "format": "integer"
  },
  "sellerName": {
    "label": "👤 Advertiser",
    "format": "string"
  },
  "sellerIsBusiness": {
    "label": "🏢 Business account",
    "format": "boolean"
  },
  "sellerVerified": {
    "label": "✅ Verified",
    "format": "boolean"
  },
  "sellerProfileUrl": {
    "label": "🔗 Advertiser page",
    "format": "string"
  },
  "sellerWebsite": {
    "label": "🌐 Advertiser website",
    "format": "string"
  },
  "sellerSince": {
    "label": "📅 Advertiser since",
    "format": "string"
  },
  "sellerActiveAds": {
    "label": "📊 Advertiser active ads",
    "format": "string"
  },
  "sellerLogo": {
    "label": "🖼️ Advertiser logo",
    "format": "string"
  },
  "searchUrl": {
    "label": "🔎 Search page",
    "format": "string"
  },
  "status": {
    "label": "✅ Status",
    "format": "string"
  },
  "errorMessage": {
    "label": "⚠️ Error",
    "format": "string"
  },
  "_operation": {
    "label": "🎯 Operation",
    "format": "string"
  },
  "_fetchedAt": {
    "label": "🕒 Fetched at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Pin.tt Scraper — Trinidad & Tobago Property Listings](https://apify.com/sian.agency/pin-property-scraper.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/sian.agency/pin-property-scraper.md) to learn more, explore other use cases, and run it yourself.


## How to integrate an Actor?

This Task's input is already configured above. Use it as-is rather than inventing a new one.

Do not guess an integration path. Every one of them is in the agent quickstart at https://apify.com/agents.md: the Apify MCP server, Agent Skills with the Apify CLI, the JavaScript and Python clients, the REST API, and the account-free path for an agent with no human to sign in. It also carries the rule on stating cost before the first paid run.

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/sian.agency/pin-property-scraper.md

Each client library has reference documentation the quickstart does not restate: [JavaScript/TypeScript](https://docs.apify.com/api/client/js/docs.md) (`npm install apify-client`) and [Python](https://docs.apify.com/api/client/python/docs.md) (`pip install apify-client`).
