# OLX India Scraper: New Listing & Price Alerts (`accountable_eel/olx-india-listing-lookup`) Actor

OLX India scraper by keyword: one row per listing, with price, city, condition, bump-vs-new detection, seller hash and link, plus optional new-listing and price-drop alerts. Prefix a search "id:" for OLX Indonesia. No login required. Pay per listing.

- **URL**: https://apify.com/accountable\_eel/olx-india-listing-lookup.md
- **Developed by:** [Adrian Voss](https://apify.com/accountable_eel) (community)
- **Categories:** E-commerce, Automation
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $1.00 / 1,000 listing returneds

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.
Since this Actor supports Apify Store discounts, the price gets lower the higher subscription plan you have.

Learn more: https://docs.apify.com/actors/running/actors-in-store.md#pay-per-event

## What's an Apify Actor?

An Actor is a serverless cloud program that runs on the Apify platform. It has two run modes.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.

Apify vocabulary and the platform model are defined once, in the agent quickstart at https://apify.com/agents.md.

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.

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 examples already wired to this Actor's own input schema, see the [API](#api) section below.

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`).

# README

## OLX India Scraper: New Listing & Price Alerts

Watch a search, get only what's new. This actor runs your search against **OLX India's own
"Panamera" search API** — the largest OLX market by lifetime Store demand in the whole Asia
sweep this catalogue was built from — and returns one clean row per listing: price, city,
condition, seller trust signals, and whether a listing is a genuine new post or an old one bumped
back to the top. Turn on monitoring and it becomes a watchlist: new listings and price drops since
your last run, charged per new row, free on quiet days. Prefix a search `id:` to run the same
search against OLX Indonesia instead.

### Who it's for

A reseller or arbitrage buyer watching one category (phones, bikes, electronics) across India's
biggest classifieds site for underpriced or newly-posted listings wants a live feed of what's
actually on OLX right now, without refreshing the search page by hand. A market-research team
tracking asking prices for a product category, or a Sheets/n8n workflow that reacts the moment
something new is posted, gets the same shape here: paste a list of search terms, get back a flat
row per listing, and pay only for listings actually returned — a search that finds nothing costs
nothing.

### Why this one

- **Monitoring first, not a one-off dump.** Turn on "Only return results that are new, or dropped
  in price" and this actor becomes a watchlist: it remembers every listing ID it has already shown
  you, and only bills you for what's actually new or has dropped in price since the last run.
- **Bumped or genuinely new?** OLX lets sellers push an old listing back to the top of search
  results without re-posting it. This actor reads both `created_at` (the listing's most recent
  activity) and `created_at_first` (its original post time) and flags `isBump: true` whenever
  those two diverge by more than a day — so a watchlist doesn't mistake a seller refreshing a
  month-old ad for a real new listing.
- **Real trust signals, not just a price.** Every row carries OLX's own business/individual split,
  "elite seller" badge, and KYC-verification flag — useful for filtering out anonymous or
  unverified sellers before you act on a listing.
- **India and Indonesia, one actor.** A plain search runs against OLX India; prefix it `id:` and
  the identical search runs against OLX Indonesia, reached through a residential-and-datacenter-
  resistant unblocking proxy this session confirmed works — billed as its own, separately priced
  event so an India-only run never pays extra for a country it didn't use.
- **Never charged for a miss, or a quiet monitoring run.** A search that finds nothing, or a
  scheduled watchlist run where nothing changed, still gets a row explaining what happened — and
  costs nothing.

### What you get

One row per listing by default (turn off "Expand rows" in Advanced to get one row per search
instead, with the listings nested under `listings`).

| Field | Type | Description |
|---|---|---|
| `query` | text | The search you submitted, echoed back |
| `found` | boolean | `true` if OLX returned real search results for this search |
| `status` | text | `OK` on a match; `NOT_FOUND`, `BLOCKED`, or `BAD_FORMAT` on a miss |
| `message` | text | Plain-English reason for a miss — only present when `found` is `false` |
| `searchQuery` | text | The keyword actually searched (the `id:` prefix stripped) |
| `sourceCountry` | text | `in` (India) or `id` (Indonesia) |
| `listingCount` | number | India listings returned and billed this search (0 for an Indonesia search) |
| `listingIdCount` | number | Indonesia listings returned and billed this search (0 for an India search) |
| `totalAvailable` | number | Total listings OLX reports matching this search, including ones not returned |
| `truncated` | boolean | `true` if more results existed than were returned |
| `newCount` | number | New listings this run (monitoring only) |
| `priceDropCount` | number | Price drops this run (monitoring only) |
| `listingId` | text | OLX's own listing ID |
| `title` | text | Listing title |
| `description` | text | Listing description, with emails and phone-shaped numbers redacted |
| `price` / `priceDisplay` / `currency` | number / text / text | Numeric price, OLX's own display string, and currency (INR or IDR) |
| `postedAt` | date | Most recent activity time (a fresh post, or the moment a bump pushed it back up) |
| `firstPostedAt` | date | The listing's original post time |
| `isBump` | boolean | `true` when the listing is an old post bumped back up, not a genuinely new one |
| `state` / `city` / `locality` | text | OLX's own location hierarchy for the listing |
| `isBusiness` | boolean | OLX's own business-seller flag |
| `eliteSeller` | boolean | OLX's "elite seller" badge |
| `kycVerified` | boolean | OLX's own seller identity-verification flag |
| `condition` / `brand` / `model` | text | From OLX's own listing parameters, when the category exposes them |
| `category` | text | OLX category ID |
| `listingStatus` | text | `active` or `sold`, as OLX reports it |
| `favorites` | number | Times the listing has been favorited on OLX |
| `imageUrl` / `imageCount` | text (link) / number | First image and photo count |
| `sellerHash` | text | Anonymous, stable hash of the seller — lets you group listings by seller without exposing an identity |
| `userName` | text | Seller's raw OLX display name — only present with "Include raw seller name" on |
| `isIndonesiaListing` | boolean | `true` for an Indonesia-sourced row (drives the separate `listing-id` billing event) |
| `changeType` | text | `new`, `price-drop`, or `seen` (monitoring only) |
| `isNew` | boolean | `true` on this listing's first appearance (monitoring only) |
| `previousPrice` / `priceDropPct` | number | The price last recorded, and the percentage drop, when it fell (monitoring only) |
| `firstSeenAt` | date | When this watchlist first saw this listing (monitoring only) |
| `url` | text (link) | Listing link |
| `scrapedAt` | date | When this row was fetched |

Deselect any field in the Input tab's column picker to drop it from every row — `query`, `found`,
`status`, `message`, and `scrapedAt` always stay. Phone numbers and email addresses are never
collected, on any field, regardless of "Include raw seller name".

### Pricing

Pay-per-event. A flat per-run fee covers session/proxy warmup; you're billed
per item only when data is actually found and returned — see
`.actor/pay_per_event.json` for exact prices. A miss is never charged.

India listings bill the base `listing` event. Indonesia listings (`id:`-prefixed searches) bill a
separate, higher `listing-id` event instead — never both on the same row — because reaching OLX
Indonesia costs this actor real unblocking-proxy traffic that a plain India request doesn't.

### Monitoring / only new results

Turn on **"Only return results that are new, or dropped in price"** and a search line becomes a
watchlist instead of a one-off dump:

- A listing counts as **new** the first time its OLX listing ID is returned by this watchlist.
- A listing counts as a **price drop** when its price falls by at least "Minimum price drop" (5%
  by default) since it was last seen.
- Already-seen, unchanged listings are dropped before you're billed. A quiet run still finishes and
  costs nothing beyond the flat run fee.
- The **first run has nothing to compare against** and returns everything as "new" by default.
  Turn on **"Skip alerts on the first run"** to instead have the first run bank everything quietly
  with zero rows and zero charge.

**Schedule recipe.** Save this actor as an Apify **Task** with `deltaMode: true` and a `deltaName`
you choose, add an hourly (or daily) **Schedule**, and point the task's webhook at Discord, Slack,
Google Sheets, or an n8n/Make webhook URL.

**Price-drop window limitation.** A price drop is only ever seen while the listing is still inside
what a run actually fetches — if a listing falls out of your `maxListingsPerSearch` window or your
price filters between runs, this actor has no way to notice it dropped.

### How to use

1. **In the Apify Console.** Open the actor page and click **Start** — the `searches` field is already pre-filled with a working example. Results land in the run's dataset as soon as each item is found.
2. **Via the API.** Call it directly with a POST request — no Console needed once you have an API token:
   ```bash
   curl "https://api.apify.com/v2/acts/accountable_eel~olx-india-listing-lookup/run-sync-get-dataset-items?token=<YOUR_TOKEN>" \
     -X POST \
     -H "Content-Type: application/json" \
     -d '{"searches":["iphone"]}'
   ```
3. **On a schedule.** Save this actor as an Apify **Task** with the input you want, then add a **Schedule** (hourly, daily, weekly) so it runs on its own — no server of your own required.

4) Prefix any search `id:` (e.g. `"id:iphone"`) to search OLX Indonesia instead of OLX India.
5) Turn on "Only return results that are new, or dropped in price" under Monitoring once you want
   a watchlist instead of a one-off dump — see "Monitoring / only new results" above.

### Input

```json
{
  "searches": [
    "iphone"
  ]
}
```

One search per line — a keyword like "iphone" (searches OLX India), "id:iphone" (prefix "id:" to search OLX Indonesia instead), or a pasted olx.in / olx.co.id search URL. Accepted formats: iphone, royal enfield, id:iphone, https://www.olx.in/api/relevance/v4/search?query=iphone.

### Sample output

| query | found | status | 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 | scrapedAt |
| --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- |
| iphone | true | OK | <search> | \<country searched (in/id)> | <india listings returned> | <indonesia listings returned> | <total matching on olx> | <more results were available> | <new listings this run> | <price drops this run> | \<all listings found (full list)> | <olx listing id> | <listing link> | <title> | <description> | <price> | \<price (as olx displays it)> | <currency> | \<posted / last bumped (date)> | \<originally posted (date)> | \<bumped, not a new listing> | <state> | <city> | \<locality / area> | <business seller> | <elite seller> | <seller kyc-verified> | <condition> | <brand> | <model> | <category id> | \<status (active/sold)> | <favorites> | <image> | <photo count> | \<seller (anonymous hash)> | \<seller name (only with seller info on)> | \<indonesia listing (billed separately)> | \<is this listing new?> | <change type> | <previous price> | \<price drop %> | <first seen on a run> | 1970-01-01T00:00:00.000Z |

A search that finds nothing comes back as a row with `"found": false` and is never charged.

### Use it from Clay, n8n, Make, or an AI agent

This actor runs synchronously over plain HTTP — call it directly from a script, a workflow tool, or an AI agent, no Apify Console needed once you have an API token.

```bash
curl "https://api.apify.com/v2/acts/accountable_eel~olx-india-listing-lookup/run-sync-get-dataset-items?token=<YOUR_TOKEN>" \
  -X POST \
  -H "Content-Type: application/json" \
  -d '{"searches":["iphone"]}'
```

**n8n.** Add an HTTP Request node: Method `POST`, URL `https://api.apify.com/v2/acts/accountable_eel~olx-india-listing-lookup/run-sync-get-dataset-items?token=<YOUR_TOKEN>`, Body Content Type `JSON`, JSON Body `{"searches":["iphone"]}` (swap in an expression from an earlier node for a real value).

**Clay.** Add an "HTTP API" column: Method `POST`, URL `https://api.apify.com/v2/acts/accountable_eel~olx-india-listing-lookup/run-sync-get-dataset-items?token=<YOUR_TOKEN>`, Body `{"searches":["{{search}}"]}`, mapping the row's search into the `searches` array.

**MCP.** In Claude, Cursor, or any MCP client with the Apify MCP server, ask for "OLX India Scraper | Apify" — the agent will find and run this actor.

### Tips

- Start monitoring with "Skip alerts on the first run" on for any watchlist you're setting up on a
  schedule — it avoids a wall of "new" alerts for your entire current search result on day one.
- Keep a monitored search reasonably narrow (a model, a tight category) — see "Price-drop window
  limitation" above for why a huge catch-all search misses price drops on listings outside what
  gets fetched.
- There's no published city-name-to-ID lookup for the "Location ID" field — run once with the
  default (all India) and read the `city`/`locality` columns on a result near where you want to
  search to find its OLX location ID.
- A `BLOCKED` status means OLX returned a 403, 429, or 503 after this actor's own automatic
  residential/unblocking-proxy retry also failed — trying again shortly usually clears it.

### vs. natanielsantos/olx-scraper-india

The current Apify Store leader for OLX India, `natanielsantos/olx-scraper-india`, is the largest
actor found across this catalogue's entire Asia demand sweep — 456 lifetime users — and is a
one-off dump with no monitoring mode. This actor adds new-listing and price-drop monitoring as a
first-class feature, bump-vs-new detection (OLX's own leader doesn't distinguish a refreshed old
post from a genuine new one), and OLX Indonesia coverage in the same run.

| | What it costs | What you get | Trade-off |
|---|---|---|---|
| **This actor** | Pay per listing returned; nothing for a miss or a quiet monitoring run | Monitoring (new + price drop), bump detection, trust signals, India + Indonesia | No published location-name lookup — location IDs are self-discovered from a first run |
| The current leader | Per-run pricing, no per-listing metering seen in its listing | A one-off dump of search results | No monitoring, no bump detection |
| Doing it yourself | Your time to build and maintain a scraper, a seen-listing store, and a price-tracking layer | The same data | This actor's monitoring state, bump logic, and redaction are the maintenance burden it absorbs |

### Data & privacy

This actor reads public search results that anyone can see without logging in. It doesn't log in,
solve CAPTCHAs, or reveal hidden contact details. Seller identity is off by default: you get a
business/individual flag, elite-seller and KYC badges, and an anonymous seller hash so you can
group listings by seller without a name. Turning on seller info makes you responsible for having a
lawful reason to process it. Phone numbers and email addresses embedded in a listing's own
description are redacted to `[redacted]` and never collected as a separate field. Not affiliated
with OLX.

**Is this allowed?** It collects the same public listing data your browser shows, for the searches
you choose. It's built for monitoring a search, not for copying the marketplace. Check that your
use fits OLX's terms and your local law.

### FAQ

**Why is a row empty, or why does `found` say `false`?**
Either the input line was blank (`status: BAD_FORMAT`), OLX returned a 403/429/503 that this
actor's fallback couldn't clear (`status: BLOCKED`), or the search matched nothing on OLX right
now (`status: NOT_FOUND`). Check the `message` column for the specific reason. None of these are
billed.

**Am I charged for a quiet monitoring run?**
No. When monitoring finds nothing new and no price drops, `listingCount`/`listingIdCount` are both
0 and nothing is charged.

**What's the difference between `postedAt` and `firstPostedAt`?**
`firstPostedAt` is when the listing was originally posted. `postedAt` is its most recent activity
— which can be later if the seller "bumped" it back to the top without re-posting. When the two
differ by more than a day, `isBump` is `true`.

**How do I search OLX Indonesia?**
Prefix the search `id:`, e.g. `"id:iphone"`. Those rows bill the separate `listing-id` event
instead of the base `listing` event.

**Do I need to configure proxies?**
No. OLX India searches use Apify's default proxy configuration by default, with an automatic
residential fallback if that's ever blocked. OLX Indonesia searches always route through an
unblocking proxy automatically — no configuration needed either way.

**Can an AI agent call this directly?**
Yes. It's registered on the Apify MCP server — an agent in Claude, Cursor, or another MCP client
can find and run it by name ("OLX India Scraper | Apify"), or you can call the REST endpoint shown
above from any script or workflow tool.

### Related actors

- [OLX Scraper](https://apify.com/accountable_eel/olx-listing-lookup) — the same catalogue's
  European OLX actor (Poland, Portugal, Romania, Bulgaria, Ukraine), on OLX Group's different
  `/api/v1/offers/` stack.

# Actor input Schema

## `searches` (type: `array`):

One search per line — a keyword like "iphone" (searches OLX India), "id:iphone" (prefix "id:" to search OLX Indonesia instead), or a pasted olx.in / olx.co.id search URL. Accepted formats: iphone, royal enfield, id:iphone, https://www.olx.in/api/relevance/v4/search?query=iphone. You're only charged for the ones we actually find — a miss costs nothing.

## `testRun` (type: `boolean`):

Turn this on to test your input on a small sample before running the full list. Turn it off to process everything.

## `onlyFound` (type: `boolean`):

Only keep rows where something was actually found. Misses are always free, whether or not you show them here.

## `includeKeywords` (type: `array`):

Optional. Only keep results that mention at least one of these words (e.g. a job title, a city, a product name). Leave empty to keep everything.

## `excludeKeywords` (type: `array`):

Optional. Drop any result that mentions one of these words. Leave empty to skip nothing.

## `maxResults` (type: `integer`):

Optional. Stop the run once this many results have been found — useful for a quick, cheap sample. Leave blank for no limit.

## `maxListingsPerSearch` (type: `integer`):

OLX returns up to 40 listings per request (the evidence-backed page size this actor uses); this actor pages automatically above that, up to 1000 per search. You pay per listing returned, so this is also your budget control.

## `location` (type: `string`):

An OLX location ID. Default 1000001 = all India. There is no published name-to-ID lookup — run once with the default and read the "State"/"City"/"Locality" columns on a nearby result to find the ID for a place you want (OLX's own site links carry it in the URL).

## `minPrice` (type: `integer`):

Optional. Drop listings priced below this (in the listing's own currency — INR for India, IDR for Indonesia). Applied after fetching.

## `maxPrice` (type: `integer`):

Optional. Drop listings priced above this. Applied after fetching.

## `deltaMode` (type: `boolean`):

Turns this actor into a monitor. A listing counts as new when OLX's own listing ID hasn't been returned by a previous run of the same watchlist, and a price drop when a previously-seen listing's price has fallen (see "Minimum price drop" below). Already-reported listings are dropped before you're billed, so a run with nothing new or dropped costs only the run fee. The first run has nothing to compare against, so it returns and remembers everything; from the second run on you get only what changed.

## `deltaName` (type: `string`):

Leave empty and we derive one from this run's filters, so two schedules with different filters keep separate memories. Type your own name to keep one memory across a filter change, or to have two schedules share one.

## `alertOnNew` (type: `boolean`):

Part of "Alert on" (split into two checkboxes so the Console can render it as a plain toggle pair). On by default.

## `alertOnPriceDrop` (type: `boolean`):

Part of "Alert on". On by default.

## `minPriceDropPct` (type: `integer`):

Only fires when both the old and new price are real positive numbers. Default 5%.

## `skipFirstRun` (type: `boolean`):

On: the run that first starts a watchlist banks every listing silently — no rows, no charge — instead of reporting everything that already existed as "new". Off (default): the first run returns everything it finds, all marked new.

## `includeSellerInfo` (type: `boolean`):

Off by default. On: adds the seller's raw OLX display name to every row, in addition to the always-on anonymous seller hash. Turning this on makes you responsible for having a lawful reason to process that personal data. Phone numbers and emails are never collected, on or off.

## `columns` (type: `array`):

Choose which pieces of information to include in each result row. All are included by default.

## `expandRows` (type: `boolean`):

When on, each listing found gets its own row instead of being grouped under its search. You're still only charged once per search, no matter how many rows it produces.

## `maxConcurrency` (type: `integer`):

Parallel requests. Keep conservative — this target has no browser fallback, so getting blocked costs more than slow-and-steady.

## `proxyConfiguration` (type: `object`):

Apify Proxy config. Residential recommended for anti-bot-sensitive targets.

## Actor input object example

```json
{
  "searches": [
    "iphone"
  ],
  "testRun": false,
  "onlyFound": false,
  "includeKeywords": [],
  "excludeKeywords": [],
  "maxListingsPerSearch": 40,
  "location": "1000001",
  "deltaMode": false,
  "deltaName": "",
  "alertOnNew": true,
  "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
  }
}
```

# Actor output Schema

## `results` (type: `string`):

No description

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "searches": [
        "iphone"
    ],
    "includeKeywords": [],
    "excludeKeywords": []
};

// Run the Actor and wait for it to finish
const run = await client.actor("accountable_eel/olx-india-listing-lookup").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {
    "searches": ["iphone"],
    "includeKeywords": [],
    "excludeKeywords": [],
}

# Run the Actor and wait for it to finish
run = client.actor("accountable_eel/olx-india-listing-lookup").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print(f"💾 Check your data here: https://console.apify.com/storage/datasets/{run.default_dataset_id}")
for item in client.dataset(run.default_dataset_id).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "searches": [
    "iphone"
  ],
  "includeKeywords": [],
  "excludeKeywords": []
}' |
apify call accountable_eel/olx-india-listing-lookup --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,accountable_eel/olx-india-listing-lookup"
        }
    }
}
```

The hosted server signs you in with OAuth on first connect, so no API token belongs in this config. Clients without OAuth support can send an `Authorization: Bearer <APIFY_API_TOKEN>` header instead, using a token from API & Integrations in Apify Console (https://console.apify.com/settings/integrations).

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/qd67KLyFXeU4T4VNo/builds/dAIu3nM5DF3MFyiep/openapi.json
