OpenSooq Cars Scraper
Pricing
from $3.00 / 1,000 results
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
Maintained by CommunityActor 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
- Open OpenSooq cars, apply filters, copy the URL.
- Paste it into
input_url. - Set
max_resultsand click Start.
Option B — Structured filters (better for AI agents)
- Leave
input_urlempty. - Pick a city, make, and any other filters.
- 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:
| Field | Description |
|---|---|
id | OpenSooq listing id. |
url | Public listing page. |
title | Listing title. |
price | Asking price when shown. |
currency | Currency on the listing, usually JOD. |
make | Make from the listing highlights. |
model | Model from the listing highlights. |
year | Model year. |
condition | Used or new when shown. |
mileage_km | Odometer in kilometres. |
city | City on the listing. |
neighbourhood | Neighbourhood when shown. |
posted_at | Posted date. |
seller | Shop or member name. |
seller_rating | Seller rating when shown. |
image_url | First photo. |
image_count | Number of photos. |
highlights | Category path from the card. |
📋 Input reference (detailed)
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
input_url | string | No | — | Paste an OpenSooq cars URL; overrides every filter when set. |
city | string enum | No | all Jordan | Amman, Irbid, Zarqa, Salt, Madaba, Aqaba, Mafraq, Jerash, Al Karak, Ajloun, Ma'an, Ramtha, Tafila, Jordan Valley. |
make | string enum | No | all | Toyota, Hyundai, Kia, Mercedes-Benz, BMW, Nissan, Honda, Mitsubishi, Ford, Chevrolet, Volkswagen, Audi, Lexus, Jeep, Mazda, Suzuki, Land Rover, Porsche, Peugeot, Renault. |
model | string | No | — | Model name, such as Camry. |
condition | string enum | No | any | Used or new. |
year_min | integer | No | — | Oldest year. |
year_max | integer | No | — | Newest year. |
price_min | integer | No | — | Lowest price in JOD. |
price_max | integer | No | — | Highest price in JOD. |
body_type | string enum | No | any | Sedan, SUV, pickup, hatchback, coupe, van, convertible, wagon. |
fuel | string enum | No | any | Gasoline, diesel, hybrid, or electric. |
transmission | string enum | No | any | Automatic or manual. |
sort | string enum | No | recent | Newest, lowest or highest price, newest year, or lowest kilometres. |
max_results | integer | No | 50 | Maximum rows (1–2000). |
Notes on filters
- Prefer the Apify input dropdowns — they use the same labels as OpenSooq.
input_urlalways wins over the other filters when provided.