{
  "openapi": "3.0.1",
  "info": {
    "title": "E-commerce Phone Number Scraper - Low-cost💲🔥🛒📞",
    "description": "Collect business phone numbers from e-commerce marketplaces 🛒📞 with a powerful contact data scraper. Extract verified seller phone numbers, store details, product information & source links. Ideal for lead generation, seller outreach, dropshipping research, CRM enrichment & market intelligence 📊",
    "version": "0.0",
    "x-build-id": "WjBIdIGJs1OHtcFe0"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/delectable_incubator~e-commerce-phone-number-scraper-low-cost/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-delectable_incubator-e-commerce-phone-number-scraper-low-cost",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/acts/delectable_incubator~e-commerce-phone-number-scraper-low-cost/runs": {
      "post": {
        "operationId": "runs-sync-delectable_incubator-e-commerce-phone-number-scraper-low-cost",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor and returns information about the initiated run in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/runsResponseSchema"
                }
              }
            }
          }
        }
      }
    },
    "/acts/delectable_incubator~e-commerce-phone-number-scraper-low-cost/run-sync": {
      "post": {
        "operationId": "run-sync-delectable_incubator-e-commerce-phone-number-scraper-low-cost",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    }
  },
  "components": {
    "schemas": {
      "inputSchema": {
        "type": "object",
        "required": [
          "KEYWORD",
          "ECOMMERCE_PLATFORM",
          "MAX_ITEMS"
        ],
        "properties": {
          "KEYWORD": {
            "title": "Product / Category",
            "type": "string",
            "description": "Product or category to search for",
            "default": "home"
          },
          "COUNTRY": {
            "title": "Country",
            "enum": [
              "Any",
              "United States (+1)",
              "United Kingdom (+44)",
              "Canada (+1)",
              "Australia (+61)",
              "Germany (+49)",
              "France (+33)",
              "Spain (+34)",
              "Italy (+39)",
              "Netherlands (+31)",
              "Belgium (+32)",
              "Switzerland (+41)",
              "Austria (+43)",
              "Poland (+48)",
              "Sweden (+46)",
              "Norway (+47)",
              "Denmark (+45)",
              "Finland (+358)",
              "Ireland (+353)",
              "Portugal (+351)",
              "Greece (+30)",
              "Czech Republic (+420)",
              "Romania (+40)",
              "Hungary (+36)",
              "India (+91)",
              "China (+86)",
              "Japan (+81)",
              "South Korea (+82)",
              "Singapore (+65)",
              "Malaysia (+60)",
              "Thailand (+66)",
              "Philippines (+63)",
              "Indonesia (+62)",
              "Vietnam (+84)",
              "Hong Kong (+852)",
              "Taiwan (+886)",
              "Brazil (+55)",
              "Mexico (+52)",
              "Argentina (+54)",
              "Chile (+56)",
              "Colombia (+57)",
              "Peru (+51)",
              "South Africa (+27)",
              "Nigeria (+234)",
              "Kenya (+254)",
              "Egypt (+20)",
              "Morocco (+212)",
              "Israel (+972)",
              "UAE (+971)",
              "Saudi Arabia (+966)",
              "Turkey (+90)",
              "Russia (+7)",
              "Ukraine (+380)",
              "New Zealand (+64)"
            ],
            "type": "string",
            "description": "Target country for phone numbers",
            "default": "Any"
          },
          "LOCATION": {
            "title": "Location (optional)",
            "type": "string",
            "description": "Specific city or region",
            "default": ""
          },
          "ECOMMERCE_PLATFORM": {
            "title": "E-commerce Platform",
            "enum": [
              "Shopify",
              "Etsy",
              "Amazon",
              "eBay",
              "AliExpress",
              "Alibaba",
              "Walmart",
              "Target",
              "BestBuy",
              "WooCommerce",
              "BigCommerce",
              "Squarespace",
              "WixStores",
              "Magento",
              "PrestaShop",
              "OpenCart",
              "Ecwid",
              "Weebly",
              "Volusion",
              "SquareOnline",
              "3dcart",
              "CoreCommerce",
              "Shift4Shop",
              "Faire",
              "Tindie",
              "Tundra",
              "Handshake",
              "Abound",
              "Huboo",
              "NotOnTheHighStreet",
              "ASOSMarketplace",
              "Depop",
              "Poshmark",
              "Vinted",
              "Mercari",
              "ThredUp",
              "Vestiaire",
              "Grailed",
              "StockX",
              "GOAT",
              "Reverb",
              "Discogs",
              "Chairish",
              "1stDibs",
              "Ruby Lane",
              "Bonanza",
              "EcomHunt",
              "CJdropshipping",
              "Spocket",
              "Modalyst",
              "Printful",
              "Printify",
              "Teespring",
              "Redbubble",
              "Society6",
              "Zazzle",
              "CustomInk",
              "Threadless",
              "Cratejoy",
              "Subbly",
              "ReCharge",
              "Gumroad",
              "Sellfy",
              "Payhip",
              "SendOwl",
              "Trustpilot",
              "Capterra",
              "G2",
              "GetApp",
              "Sitejabber",
              "Feefo",
              "Reviews.io",
              "AppSumo",
              "ProductHunt",
              "Rakuten",
              "Lazada",
              "Shopee",
              "Tokopedia",
              "Bukalapak",
              "Flipkart",
              "Myntra",
              "Snapdeal",
              "JD.com",
              "Tmall",
              "Taobao",
              "Pinduoduo",
              "Coupang",
              "MercadoLibre",
              "OLX",
              "Jumia",
              "Takealot",
              "Wayfair",
              "Overstock",
              "Houzz",
              "HomeDepot",
              "Lowes",
              "Chewy",
              "Petco",
              "iHerb",
              "Thrive Market",
              "Vitacost",
              "Sephora",
              "Ulta",
              "Zappos",
              "ASOS",
              "Shein",
              "Temu",
              "Wish"
            ],
            "type": "string",
            "description": "E-commerce platform to search on",
            "default": "AliExpress"
          },
          "MAX_ITEMS": {
            "title": "Max Items",
            "type": "integer",
            "description": "Maximum number of stores to extract",
            "default": 10
          }
        }
      },
      "runsResponseSchema": {
        "type": "object",
        "properties": {
          "data": {
            "type": "object",
            "properties": {
              "id": {
                "type": "string"
              },
              "actId": {
                "type": "string"
              },
              "userId": {
                "type": "string"
              },
              "startedAt": {
                "type": "string",
                "format": "date-time",
                "example": "2025-01-08T00:00:00.000Z"
              },
              "finishedAt": {
                "type": "string",
                "format": "date-time",
                "example": "2025-01-08T00:00:00.000Z"
              },
              "status": {
                "type": "string",
                "example": "READY"
              },
              "meta": {
                "type": "object",
                "properties": {
                  "origin": {
                    "type": "string",
                    "example": "API"
                  },
                  "userAgent": {
                    "type": "string"
                  }
                }
              },
              "stats": {
                "type": "object",
                "properties": {
                  "inputBodyLen": {
                    "type": "integer",
                    "example": 2000
                  },
                  "rebootCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "restartCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "resurrectCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "computeUnits": {
                    "type": "integer",
                    "example": 0
                  }
                }
              },
              "options": {
                "type": "object",
                "properties": {
                  "build": {
                    "type": "string",
                    "example": "latest"
                  },
                  "timeoutSecs": {
                    "type": "integer",
                    "example": 300
                  },
                  "memoryMbytes": {
                    "type": "integer",
                    "example": 1024
                  },
                  "diskMbytes": {
                    "type": "integer",
                    "example": 2048
                  }
                }
              },
              "buildId": {
                "type": "string"
              },
              "defaultKeyValueStoreId": {
                "type": "string"
              },
              "defaultDatasetId": {
                "type": "string"
              },
              "defaultRequestQueueId": {
                "type": "string"
              },
              "buildNumber": {
                "type": "string",
                "example": "1.0.0"
              },
              "containerUrl": {
                "type": "string"
              },
              "usage": {
                "type": "object",
                "properties": {
                  "ACTOR_COMPUTE_UNITS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_WRITES": {
                    "type": "integer",
                    "example": 1
                  },
                  "KEY_VALUE_STORE_LISTS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_INTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_SERPS": {
                    "type": "integer",
                    "example": 0
                  }
                }
              },
              "usageTotalUsd": {
                "type": "number",
                "example": 0.00005
              },
              "usageUsd": {
                "type": "object",
                "properties": {
                  "ACTOR_COMPUTE_UNITS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_WRITES": {
                    "type": "number",
                    "example": 0.00005
                  },
                  "KEY_VALUE_STORE_LISTS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_INTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_SERPS": {
                    "type": "integer",
                    "example": 0
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}