Jarir جرير Product Scraper - scrape product data from jarir.com avatar

Jarir جرير Product Scraper - scrape product data from jarir.com

Pricing

from $0.80 / 1,000 results

Go to Apify Store
Jarir جرير Product Scraper - scrape product data from jarir.com

Jarir جرير Product Scraper - scrape product data from jarir.com

Scrape product data from jarir.com, the GCC's leading retailer for electronics, books and office supplies — pricing, stock, brand, images and categories across all 5 storefronts (KSA, UAE, Qatar, Bahrain, Kuwait).

Pricing

from $0.80 / 1,000 results

Rating

0.0

(0)

Developer

Boring Internet Explorer

Boring Internet Explorer

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

2 days ago

Last modified

Categories

Share

Jarir جرير Product Scraper - scrape product data from jarir.com

Scrapes product data from Jarir (jarir.com), one of the largest retailers in the Gulf, selling electronics, mobile phones, computers, office and school supplies, arts and crafts, books, toys, musical instruments, and more. Given a category or product page, the scraper collects every product listed and returns structured data for each one — including pricing, stock, brand, images, and category, across all five GCC storefronts.

Why use this scraper?

Jarir carries an unusually broad catalog for a single retailer — everything from smartphones and laptops to office supplies, Arabic books, musical instruments, and toys — with full pricing and stock detail exposed per product. That range, combined with coverage across Saudi Arabia, the UAE, Qatar, Bahrain, and Kuwait in both Arabic and English, makes it a useful source for:

  • 💰 Price monitoring and competitor tracking across electronics, office supplies, books, and more.
  • 🌍 Cross-country price comparison — the same SKU's price, currency, and stock across all five GCC storefronts.
  • 📦 Catalog and inventory research — brand coverage, stock availability, and category structure for a category or an entire storefront.
  • 🛍️ Feeding product data into comparison sites, sourcing tools, or market research pipelines.
  • 🧠 Building datasets of real Arabic and English product listings — names, descriptions, and categories in both languages side by side.

Input

FieldTypeDescription
startUrlsarrayJarir category or product page URLs to scrape.
maxItemsnumberMaximum number of products to scrape per start URL.
proxyConfigurationobjectOptional proxy settings.

Example input

{
"maxItems": 5,
"startUrls": [
{
"url": "https://www.jarir.com/apple.html"
}
],
"proxyConfiguration": {
"useApifyProxy": false
}
}

Output

{
"scrapedAt": "2026-07-24 03:31:10",
"updatedAt": "2026-07-24 01:55:04",
"url": "https://www.jarir.com/apple-iphone-17-pro-max-smartphones-666877.html",
"store": "ae-ar",
"sku": "666877",
"id": 1560377,
"itemNumber": "25-MFYK42BG",
"mpn": "MFYK42BG",
"name": "ابل آيفون 17 برو ماكس، 2 تيرابايت، برتقالي كوزمك الجيل الخامس، آبل آيه 19 برو",
"nameEn": "Apple iPhone 17 Pro Max, 2 TB, Cosmic Orange, 5G, Apple A19 Pro",
"description": "اشتر ابل آيفون 17 برو ماكس 2 تيرابايت برتقالي كوزمك الجيل الخامس هاتف ذكي من مكتبة جرير لأفضل العروض و الأسعار في الإمارات.",
"model": "آيفون 17 برو ماكس",
"price": 8499,
"finalPrice": 7499,
"regularPrice": 8499,
"specialPrice": 7499,
"priceExTax": 8094.2857,
"currency": "AED",
"inStock": null,
"stockQty": null,
"minSaleQty": 1,
"maxSaleQty": 10,
"brand": "ابل",
"brandEn": "Apple",
"brandCode": "apple",
"image": "https://ak-asset.jarir.com/akeneo-prod/asset/9/a/2/d/9a2d890716f365fa2c2cca732afcc3cd48bfe8d5_666877.jpg",
"gallery": [
"https://ak-asset.jarir.com/akeneo-prod/asset/9/a/2/d/9a2d890716f365fa2c2cca732afcc3cd48bfe8d5_666877.jpg",
"https://ak-asset.jarir.com/akeneo-prod/asset/3/e/6/3/3e6399051c51b1b4c5a35bb0f41088c237b4b197_666877_1.jpg"
],
"categoryIds": [1008, 1010, 1029, 3394, 3395, 3421, 3396, 3397],
"categories": [
"الهواتف الذكية",
"ابل",
"الهواتف الذكية",
"الجوالات و الالكترونيات",
"الهواتف الذكية",
"جميع الهواتف الذكية",
"الماركات المختارة",
"ابل"
],
"color": "برتقالي",
"colorEn": "Orange",
"productType": "الهواتف الذكية",
"isReturnable": true
}

Field reference

FieldTypeDescription
scrapedAtstringTimestamp the record was scraped, YYYY-MM-DD HH:MM:SS.
updatedAtstring | nullTimestamp Jarir last updated the product.
urlstringCanonical product page URL.
storestringStorefront the product was scraped from, e.g. sa-ar, ae-en.
skustring | nullJarir's SKU for this product.
idnumber | nullJarir's internal product id.
itemNumberstring | nullItem/model number as shown on the product page.
mpnstring | nullManufacturer part number.
namestring | nullProduct name in Arabic.
nameEnstring | nullProduct name in English.
descriptionstring | nullProduct meta description in Arabic.
modelstring | nullModel name/line.
pricenumber | nullListed price, VAT included.
finalPricenumber | nullPrice after any active discount, VAT included.
regularPricenumber | nullUndiscounted price, VAT included.
specialPricenumber | nullDiscounted price, when a promotion is active; null otherwise.
priceExTaxnumber | nullPrice excluding VAT.
currencystringCurrency for this store — SAR, AED, QAR, BHD, or KWD.
inStockboolean | nullWhether the product is currently in stock.
stockQtynumber | nullQuantity available.
minSaleQtynumber | nullMinimum quantity purchasable per order.
maxSaleQtynumber | nullMaximum quantity purchasable per order.
brandstring | nullBrand name in Arabic.
brandEnstring | nullBrand name in English.
brandCodestring | nullBrand's internal code.
imagestring | nullPrimary product image URL.
gallerystring[]All product image URLs.
categoryIdsnumber[]Jarir's internal category ids the product belongs to.
categoriesstring[]Category names in Arabic, matching categoryIds by position.
colorstring | nullProduct color in Arabic.
colorEnstring | nullProduct color in English.
productTypestring | nullProduct type/category description.
isReturnableboolean | nullWhether the product is eligible for return.

❓ FAQ

Which countries and languages does the scraper support? All five GCC storefronts Jarir operates — Saudi Arabia, the UAE, Qatar, Bahrain, and Kuwait — in both Arabic and English. The store is detected automatically from the URL (e.g. /ae-en/ for UAE English), so no separate configuration is needed.

Does the scraper work on any Jarir category? Yes — provide any category listing URL (electronics, office supplies, Arabic books, arts and crafts, toys, musical instruments, and more) and the scraper paginates through it automatically until maxItems is reached.

Can I scrape a specific product directly? Yes — the scraper accepts product page URLs as well as category pages, and starts from either.

Will filters I've already applied in the URL (price, brand, color) be respected? Yes — any on-page filters present in the start URL's query string are read and applied to the request, so a filtered category URL returns only the matching products rather than the full category.

Can I track price and stock changes over time? Yes — by scheduling runs on Apify, you can monitor how a product's price, discount, and stock status change across any of the five storefronts.

Is pricing shown in local currency? Yes — each record includes a currency field matching the store it was scraped from (SAR, AED, QAR, BHD, or KWD), and prices reflect that store's actual listed price rather than a converted value.


🔗 Want More Ecommerce Data in the Gulf Market?

If you found this scraper useful, check out our other Gulf ecommerce scrapers:

🥷🏽 Ninja نينجا Product Scraper — Extract product data from ananinja.com — prices, stock availability, brands, images, product IDs, and category for groceries, pharmacy, beauty, and household products across Saudi Arabia, Bahrain, Qatar, and Kuwait. Ideal for price monitoring, catalog synchronization, and market research.

eXtra - اكسترا Product Scraper - Extract extra.com Products — Extract product data from extra.com — prices, discounts, stock availability, brands, images, model numbers, ratings, and category breadcrumbs — across Saudi Arabia, Oman, and Bahrain in both English and Arabic. Ideal for price monitoring, catalog sync, and market research.


🛠️ Need a custom extension?

Need this scraper adapted to your use case — extra fields, review/rating data, another Jarir section, or a different output format? Just reach out to us by email and we'll be happy to help.