Discover/Alsharqiyah API
live

Alsharqiyah APIalsharqiyah.com

Browse and explore Alsharqiyah Oud's complete catalog of premium Saudi Arabian perfumes and oud products, viewing categories, product listings, and detailed information for each item. Get instant access to product details to compare options and find exactly what you're looking for from this Salla-based store.

This API takes change requests — .
Endpoint health
monitored
get_product_details
list_categories
list_products
Checks pendingself-healing
Endpoints
3
Updated
1h ago
This call costs1 credit / call— charged only on success
Try it

No input parameters required.

api.parse.bot/scraper/d6ff139c-c24c-4dc5-9199-8e3b30a6ae63/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Call it over HTTPgrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/d6ff139c-c24c-4dc5-9199-8e3b30a6ae63/list_categories' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 3 totalmissing one? ·

Returns all product categories with their hierarchical sub-categories. Each category includes its numeric ID, name, and URL. Categories with children include a sub_categories array. One API call, no pagination.

Input

No input parameters required.

Response
{
  "type": "object",
  "fields": {
    "categories": "array of category objects with id, name, url, and optional sub_categories"
  },
  "sample": {
    "data": {
      "categories": [
        {
          "id": "1297918662",
          "url": "https://alsharqiyah.com/ar/عرض-جميع-المنتجات/c1297918662",
          "name": "عرض جميع المنتجات"
        },
        {
          "id": "1222346297",
          "url": "https://alsharqiyah.com/ar/عطور/c1222346297",
          "name": "عطور"
        },
        {
          "id": "1530056813",
          "url": "https://alsharqiyah.com/ar/دهن-عود-وبخور-وهدايا/c1530056813",
          "name": "دهن عود وبخور وهدايا",
          "sub_categories": [
            {
              "id": "891289454",
              "url": "https://alsharqiyah.com/ar/مبثوث/c891289454",
              "name": "مبثوث"
            }
          ]
        }
      ]
    },
    "status": "success"
  }
}

About the Alsharqiyah API

The Alsharqiyah API on Parse exposes 3 endpoints for the publicly available data on alsharqiyah.com. Calls return JSON over HTTPS and are billed per successful response.

Pin a release with the API-Snapshot-Version header so canonical updates don't silently change your contract.