OpenSooq Cars Scraper avatar

OpenSooq Cars Scraper

Pricing

from $3.00 / 1,000 results

Go to Apify Store
OpenSooq Cars Scraper

OpenSooq Cars Scraper

Scrape cars from OpenSooq Jordan. Use the same filters as the site or paste a URL — the URL wins when set.

Pricing

from $3.00 / 1,000 results

Rating

0.0

(0)

Developer

Marco Rodrigues

Marco Rodrigues

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Categories

Share

🇯🇴 OpenSooq Cars Scraper

Want OpenSooq results in a spreadsheet? This scraper makes it easy.

Use the same filters you see on the website — better for AI agents — or paste a listing URL. When a URL is set, it overrides the filters.

OpenSooq lists tens of thousands of cars in Jordan. This actor returns up to 2000 rows per run.

💡 Perfect for...

  • Agents: Export matching listings without paging the site.
  • Dashboards: Track prices, locations, and inventory.
  • Market research: Slice the same filters the website offers.
  • Data analysts: Export listing rows with public links.
  • 🤖 AI Agents: Power Claude, Cursor, Codex, the Hermes Agent, and OpenClaw workflows with live results.
  • 📚 RAG Systems: Feed titles and locations into retrieval pipelines.
  • 🔗 AI Workflows: Plug into LangChain, AutoGPT, CrewAI, and similar stacks.

✨ Why you'll love this scraper

  • 🔗 URL or filters: Paste a search URL, or use the dropdowns. The URL always wins when set.
  • 🎯 Same filters as the site: City, make, model, condition, year, price, body type, fuel, transmission, and sort.
  • 🌐 Ready to export: Titles, prices, year, city, seller, and listing links.

📦 What's inside the data?

Every row can include:

  • Listing: id, url, title, highlights, posted date
  • Vehicle: make, model, year, condition, kilometres
  • Price: price in Jordanian dinars
  • Location: city and neighbourhood
  • Seller: name and rating
  • Photos: first photo and photo count

🚀 Quick start

Option A — Input URL

  1. Open OpenSooq cars, apply filters, copy the URL.
  2. Paste it into input_url.
  3. Set max_results and click Start.

Option B — Structured filters (better for AI agents)

  1. Leave input_url empty.
  2. Pick a city, make, and any other filters.
  3. Set max_results (up to 2000) and click Start.

Tech details for developers 🧑‍💻

Input Example (filters):

{
"make": "toyota",
"city": "amman",
"year_min": 2015,
"max_results": 100
}

Input Example (URL override):

{
"input_url": "https://jo.opensooq.com/en/cars/cars-for-sale/toyota",
"max_results": 50
}

Output Example:

{
"id": "2233445566",
"url": "https://jo.opensooq.com/en/search/2233445566/toyota-camry-2018",
"title": "Toyota Camry 2018",
"price": 14500,
"currency": "JOD",
"make": "Toyota",
"model": "Camry",
"year": 2018,
"condition": "Used",
"mileage_km": 92000,
"city": "Amman",
"neighbourhood": "Abdoun",
"posted_at": "2026-09-02",
"seller": "Amman Motors",
"seller_rating": 4.8,
"image_url": "https://opensooq-images.os-cdn.com/...",
"image_count": 10,
"highlights": "Cars » Toyota » Camry » 2018 » Used"
}

Output fields:

FieldDescription
idOpenSooq listing id.
urlPublic listing page.
titleListing title.
priceAsking price when shown.
currencyCurrency on the listing, usually JOD.
makeMake from the listing highlights.
modelModel from the listing highlights.
yearModel year.
conditionUsed or new when shown.
mileage_kmOdometer in kilometres.
cityCity on the listing.
neighbourhoodNeighbourhood when shown.
posted_atPosted date.
sellerShop or member name.
seller_ratingSeller rating when shown.
image_urlFirst photo.
image_countNumber of photos.
highlightsCategory path from the card.

📋 Input reference (detailed)

ParameterTypeRequiredDefaultDescription
input_urlstringNoPaste an OpenSooq cars URL; overrides every filter when set.
citystring enumNoall JordanAmman, Irbid, Zarqa, Salt, Madaba, Aqaba, Mafraq, Jerash, Al Karak, Ajloun, Ma'an, Ramtha, Tafila, Jordan Valley.
makestring enumNoallToyota, Hyundai, Kia, Mercedes-Benz, BMW, Nissan, Honda, Mitsubishi, Ford, Chevrolet, Volkswagen, Audi, Lexus, Jeep, Mazda, Suzuki, Land Rover, Porsche, Peugeot, Renault.
modelstringNoModel name, such as Camry.
conditionstring enumNoanyUsed or new.
year_minintegerNoOldest year.
year_maxintegerNoNewest year.
price_minintegerNoLowest price in JOD.
price_maxintegerNoHighest price in JOD.
body_typestring enumNoanySedan, SUV, pickup, hatchback, coupe, van, convertible, wagon.
fuelstring enumNoanyGasoline, diesel, hybrid, or electric.
transmissionstring enumNoanyAutomatic or manual.
sortstring enumNorecentNewest, lowest or highest price, newest year, or lowest kilometres.
max_resultsintegerNo50Maximum rows (12000).

Notes on filters

  • Prefer the Apify input dropdowns — they use the same labels as OpenSooq.
  • input_url always wins over the other filters when provided.