Discover/Switchtechnology API
live

Switchtechnology APIswitchtechnology.pt

Search and browse technology products from Switch Technology's Portuguese store to find current prices, availability, and product details. Quickly discover what's in stock and compare items to make informed purchasing decisions.

This API takes change requests — .
Endpoint health
monitored
list_products
search_products
Checks pendingself-healing
Endpoints
2
Updated
4h ago
This call costs2 credits / call— charged only on success
Try it
Page number for paginated results. Omitting returns page 1.
Search term for products (e.g. 'rtx 4070', 'ddr4', 'monitor').
api.parse.bot/scraper/962936d1-0fc4-4e17-970f-73ef83cd2d9b/<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/962936d1-0fc4-4e17-970f-73ef83cd2d9b/search_products?query=rtx+4070' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 2 totalmissing one? ·

Search for products by keyword query. Returns matching products with name, price, stock status, product URL, and image URL. Results are paginated with 24 products per page. When no results match, returns an empty products array.

Input
ParamTypeDescription
pageintegerPage number for paginated results. Omitting returns page 1.
queryrequiredstringSearch term for products (e.g. 'rtx 4070', 'ddr4', 'monitor').
Response
{
  "type": "object",
  "fields": {
    "page": "Current page number",
    "query": "The search query that was used",
    "total": "Total number of matching products, or null if not displayed",
    "products": "Array of matching products with name, price, stock_status, url, and image_url"
  },
  "sample": {
    "data": {
      "page": 1,
      "query": "rtx 4070",
      "total": 7,
      "products": [
        {
          "url": "https://switchtechnology.pt/produto/computador-gaming-omen-35l-gt16-0003np-r7-8700g-32gb-1tb-rtx-4070-ti-super-w11h/",
          "name": "Computador Gaming OMEN 35L GT16-0003np R7 8700G 32GB 1TB RTX 4070 Ti SUPER W11H",
          "price": "2484,50€",
          "image_url": "https://switchtechnology.pt/switch-cont/uploads/2024/11/2tp07hbu.png",
          "stock_status": "Em stock"
        }
      ]
    },
    "status": "success"
  }
}

About the Switchtechnology API

The Switchtechnology API on Parse exposes 2 endpoints for the publicly available data on switchtechnology.pt. 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.