Discover/Pooyamachine API
live

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.

This API takes change requests — .
Endpoint health
monitored
get_post
get_product
list_posts
list_product_categories
list_products
Checks pendingself-healing
Endpoints
6
Updated
2h ago
This call costs1 credit / call— charged only on success
Try it
Page number for pagination.
Product category ID to filter by. Obtain IDs from list_product_categories endpoint.
Number of products per page (1-100).
api.parse.bot/scraper/83e63b49-f0d2-4d99-b8f9-84779ca4f534/<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/83e63b49-f0d2-4d99-b8f9-84779ca4f534/list_products?category=1988&per_page=3' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 6 totalmissing one? ·

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.

Input
ParamTypeDescription
pageintegerPage number for pagination.
categorystringProduct category ID to filter by. Obtain IDs from list_product_categories endpoint.
per_pageintegerNumber of products per page (1-100).
Response
{
  "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.