# Price drop alert for Royal Enfield motorcycles

**Use case:** 

Price drop alert for Royal Enfield motorcycles: one flat row per listing, $2 per 1,000 returned. No login needed. Fast and reliable.

## Input

```json
{
  "searches": [
    "royal enfield"
  ],
  "testRun": false,
  "onlyFound": false,
  "includeKeywords": [],
  "excludeKeywords": [],
  "maxListingsPerSearch": 40,
  "location": "1000001",
  "deltaMode": true,
  "deltaName": "",
  "alertOnNew": false,
  "alertOnPriceDrop": true,
  "minPriceDropPct": 5,
  "skipFirstRun": false,
  "includeSellerInfo": false,
  "columns": [
    "searchQuery",
    "sourceCountry",
    "listingCount",
    "listingIdCount",
    "totalAvailable",
    "truncated",
    "newCount",
    "priceDropCount",
    "listings",
    "listingId",
    "url",
    "title",
    "description",
    "price",
    "priceDisplay",
    "currency",
    "postedAt",
    "firstPostedAt",
    "isBump",
    "state",
    "city",
    "locality",
    "isBusiness",
    "eliteSeller",
    "kycVerified",
    "condition",
    "brand",
    "model",
    "category",
    "listingStatus",
    "favorites",
    "imageUrl",
    "imageCount",
    "sellerHash",
    "userName",
    "isIndonesiaListing",
    "isNew",
    "changeType",
    "previousPrice",
    "priceDropPct",
    "firstSeenAt"
  ],
  "expandRows": true,
  "maxConcurrency": 5,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "query": {
    "label": "Search submitted",
    "format": "string"
  },
  "found": {
    "label": "Found?",
    "format": "boolean"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "message": {
    "label": "Details",
    "format": "string"
  },
  "searchQuery": {
    "label": "Search",
    "format": "string"
  },
  "sourceCountry": {
    "label": "Country searched (in/id)",
    "format": "string"
  },
  "listingCount": {
    "label": "India listings returned",
    "format": "number"
  },
  "listingIdCount": {
    "label": "Indonesia listings returned",
    "format": "number"
  },
  "totalAvailable": {
    "label": "Total matching on OLX",
    "format": "number"
  },
  "truncated": {
    "label": "More results were available",
    "format": "boolean"
  },
  "newCount": {
    "label": "New listings this run",
    "format": "number"
  },
  "priceDropCount": {
    "label": "Price drops this run",
    "format": "number"
  },
  "listings": {
    "label": "All listings found (full list)",
    "format": "array"
  },
  "listingId": {
    "label": "OLX listing ID",
    "format": "string"
  },
  "url": {
    "label": "Listing link",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "description": {
    "label": "Description",
    "format": "string"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "priceDisplay": {
    "label": "Price (as OLX displays it)",
    "format": "string"
  },
  "currency": {
    "label": "Currency",
    "format": "string"
  },
  "postedAt": {
    "label": "Posted / last bumped (date)",
    "format": "string"
  },
  "firstPostedAt": {
    "label": "Originally posted (date)",
    "format": "string"
  },
  "isBump": {
    "label": "Bumped, not a new listing",
    "format": "boolean"
  },
  "state": {
    "label": "State",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "locality": {
    "label": "Locality / area",
    "format": "string"
  },
  "isBusiness": {
    "label": "Business seller",
    "format": "boolean"
  },
  "eliteSeller": {
    "label": "Elite seller",
    "format": "boolean"
  },
  "kycVerified": {
    "label": "Seller KYC-verified",
    "format": "boolean"
  },
  "condition": {
    "label": "Condition",
    "format": "string"
  },
  "brand": {
    "label": "Brand",
    "format": "string"
  },
  "model": {
    "label": "Model",
    "format": "string"
  },
  "category": {
    "label": "Category ID",
    "format": "string"
  },
  "listingStatus": {
    "label": "Status (active/sold)",
    "format": "string"
  },
  "favorites": {
    "label": "Favorites",
    "format": "number"
  },
  "imageUrl": {
    "label": "Image",
    "format": "string"
  },
  "imageCount": {
    "label": "Photo count",
    "format": "number"
  },
  "sellerHash": {
    "label": "Seller (anonymous hash)",
    "format": "string"
  },
  "userName": {
    "label": "Seller name (only with seller info on)",
    "format": "string"
  },
  "isIndonesiaListing": {
    "label": "Indonesia listing (billed separately)",
    "format": "boolean"
  },
  "isNew": {
    "label": "Is this listing new?",
    "format": "boolean"
  },
  "changeType": {
    "label": "Change type",
    "format": "string"
  },
  "previousPrice": {
    "label": "Previous price",
    "format": "number"
  },
  "priceDropPct": {
    "label": "Price drop %",
    "format": "number"
  },
  "firstSeenAt": {
    "label": "First seen on a run",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Checked at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [OLX India Scraper: New Listing & Price Alerts](https://apify.com/accountable_eel/olx-india-listing-lookup.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/accountable_eel/olx-india-listing-lookup.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/accountable_eel/olx-india-listing-lookup.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`).
