Pooyamachine APIpooyamachine.com ↗
Browse industrial machinery products, categories, and technical specifications from Pooya Machine Alborz, an Iranian equipment manufacturer, while exploring their blog articles and portfolio projects. Access detailed product information, read industry insights, and discover completed manufacturing solutions all in one integration.
curl -X GET 'https://api.parse.bot/scraper/83e63b49-f0d2-4d99-b8f9-84779ca4f534/list_products?category=1988&per_page=3' \ -H 'X-API-Key: $PARSE_API_KEY'
List industrial machinery products with optional category filter and pagination. Returns products sorted by newest first. Each product includes title, excerpt, category IDs, and permalink.
| Param | Type | Description |
|---|---|---|
| page | integer | Page number for pagination. |
| category | string | Product category ID to filter by. Obtain IDs from list_product_categories endpoint. |
| per_page | integer | Number of products per page (1-100). |
{
"type": "object",
"fields": {
"page": "current page number",
"total": "total number of products matching the filter",
"per_page": "items per page",
"products": "array of product objects with id, title, slug, date, modified, link, excerpt, product_cat, product_tag, featured_media",
"total_pages": "total number of pages"
},
"sample": {
"data": {
"page": 1,
"total": 26,
"per_page": 3,
"products": [
{
"id": 21092,
"date": "2026-08-08T02:08:34",
"link": "https://pooyamachine.com/product/%d9%86%d9%88%d8%a7%d8%b1-%d9%86%d9%82%d8%a7%d9%84%d9%87-%d8%b4%db%8c%d8%a8%d8%af%d8%a7%d8%b1-incline-belt-conveyor/",
"slug": "%d9%86%d9%88%d8%a7%d8%b1-%d9%86%d9%82%d8%a7%d9%84%d9%87-%d8%b4%db%8c%d8%a8%d8%af%d8%a7%d8%b1-incline-belt-conveyor",
"title": "نوار نقاله شیبدار (Incline Belt Conveyor)",
"excerpt": "انتقال مواد به ارتفاع بالاتر با تسمه زاویهدار و پلهدار...",
"modified": "2026-08-08T03:14:54",
"product_cat": [
1988
],
"product_tag": [],
"featured_media": 0
}
],
"total_pages": 9
},
"status": "success"
}
}About the Pooyamachine API
The Pooyamachine API on Parse exposes 6 endpoints for the publicly available data on pooyamachine.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.