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.
No input parameters required.
curl -X GET 'https://api.parse.bot/scraper/d6ff139c-c24c-4dc5-9199-8e3b30a6ae63/list_categories' \ -H 'X-API-Key: $PARSE_API_KEY'
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.
No input parameters required.
{
"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.