Competitor Offer Page Monitor
Pricing
from $11.50 / 1,000 offer page checkeds
Competitor Offer Page Monitor
Track competitor offer/landing/pricing pages for headline, positioning, promo, guarantee, free trial, discount, lead magnet, and CTA changes
Competitor Offer Page Monitor
Pricing
from $11.50 / 1,000 offer page checkeds
Track competitor offer/landing/pricing pages for headline, positioning, promo, guarantee, free trial, discount, lead magnet, and CTA changes
You can access the Competitor Offer Page Monitor programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in API & Integrations in Apify Console.
{ "openapi": "3.0.1", "info": { "version": "1.0", "x-build-id": "SJM2q6VUMJJgN3rzL" }, "servers": [ { "url": "https://api.apify.com/v2" } ], "paths": { "/acts/junipr~competitor-offer-page-monitor/run-sync-get-dataset-items": { "post": { "operationId": "run-sync-get-dataset-items-junipr-competitor-offer-page-monitor", "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/junipr~competitor-offer-page-monitor/runs": { "post": { "operationId": "runs-sync-junipr-competitor-offer-page-monitor", "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/junipr~competitor-offer-page-monitor/run-sync": { "post": { "operationId": "run-sync-junipr-competitor-offer-page-monitor", "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", "properties": { "startUrls": { "title": "startUrls", "type": "array", "description": "startUrls for Competitor Offer Page Monitor.", "items": { "type": "string" }, "default": [] }, "sitemapUrls": { "title": "sitemapUrls", "type": "array", "description": "sitemapUrls for Competitor Offer Page Monitor.", "items": { "type": "string" }, "default": [] }, "htmlInputs": { "title": "htmlInputs", "type": "array", "description": "htmlInputs for Competitor Offer Page Monitor.", "items": { "type": "object" }, "default": [ { "sourceUrl": "https://rival.example/pricing", "previousHtml": "<title>Rival</title><h1>Starter</h1><a href='/buy'>Buy now</a><p>$49</p>", "html": "<title>Rival</title><h1>Pro free trial</h1><a href='/trial'>Start free trial</a><p>Save 20% with money back guarantee</p>" } ] }, "allowedDomains": { "title": "allowedDomains", "type": "array", "description": "allowedDomains for Competitor Offer Page Monitor.", "items": { "type": "string" }, "default": [] }, "maxPages": { "title": "maxPages", "minimum": 0, "type": "integer", "description": "maxPages for Competitor Offer Page Monitor.", "default": 5 }, "maxDepth": { "title": "maxDepth", "minimum": 0, "type": "integer", "description": "maxDepth for Competitor Offer Page Monitor.", "default": 5 }, "includeEvidence": { "title": "includeEvidence", "type": "boolean", "description": "includeEvidence for Competitor Offer Page Monitor.", "default": false }, "includeRawSnapshots": { "title": "includeRawSnapshots", "type": "boolean", "description": "includeRawSnapshots for Competitor Offer Page Monitor.", "default": false }, "requestDelayMs": { "title": "requestDelayMs", "minimum": 0, "type": "integer", "description": "requestDelayMs for Competitor Offer Page Monitor.", "default": 5 }, "timeoutMs": { "title": "timeoutMs", "minimum": 0, "type": "integer", "description": "timeoutMs for Competitor Offer Page Monitor.", "default": 5 }, "userAgentMode": { "title": "userAgentMode", "type": "string", "description": "userAgentMode for Competitor Offer Page Monitor.", "default": "" }, "competitorOfferUrls": { "title": "competitorOfferUrls", "type": "array", "description": "competitorOfferUrls for Competitor Offer Page Monitor.", "items": { "type": "string" }, "default": [] }, "baselineSnapshots": { "title": "baselineSnapshots", "type": "array", "description": "baselineSnapshots for Competitor Offer Page Monitor.", "items": { "type": "object" }, "default": [] }, "fetchCurrent": { "title": "fetchCurrent", "type": "boolean", "description": "fetchCurrent for Competitor Offer Page Monitor.", "default": false }, "offerPatterns": { "title": "offerPatterns", "type": "array", "description": "offerPatterns for Competitor Offer Page Monitor.", "items": { "type": "string" }, "default": [] }, "ctaPatterns": { "title": "ctaPatterns", "type": "array", "description": "ctaPatterns for Competitor Offer Page Monitor.", "items": { "type": "string" }, "default": [] }, "promoTerms": { "title": "promoTerms", "type": "array", "description": "promoTerms for Competitor Offer Page Monitor.", "items": { "type": "string" }, "default": [] }, "changeSensitivity": { "title": "changeSensitivity", "minimum": 0, "type": "number", "description": "changeSensitivity for Competitor Offer Page Monitor.", "default": 0.5 }, "maxCompetitors": { "title": "maxCompetitors", "minimum": 0, "type": "integer", "description": "maxCompetitors for Competitor Offer Page Monitor.", "default": 5 }, "maxOfferPages": { "title": "maxOfferPages", "minimum": 0, "type": "integer", "description": "maxOfferPages for Competitor Offer Page Monitor.", "default": 3 }, "maxSnapshots": { "title": "maxSnapshots", "minimum": 0, "type": "integer", "description": "maxSnapshots for Competitor Offer Page Monitor.", "default": 5 }, "maxChanges": { "title": "maxChanges", "minimum": 0, "type": "integer", "description": "maxChanges for Competitor Offer Page Monitor.", "default": 10 }, "maxChargeUsd": { "title": "maxChargeUsd", "minimum": 0, "type": "number", "description": "maxChargeUsd for Competitor Offer Page Monitor.", "default": 35 }, "includeReport": { "title": "includeReport", "type": "boolean", "description": "includeReport for Competitor Offer Page Monitor.", "default": true } } }, "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 } } } } } } } } }}OpenAPI is a standard for designing and describing RESTful APIs, allowing developers to define API structure, endpoints, and data formats in a machine-readable way. It simplifies API development, integration, and documentation.
OpenAPI is effective when used with AI agents and GPTs by standardizing how these systems interact with various APIs, for reliable integrations and efficient communication.
By defining machine-readable API specifications, OpenAPI allows AI models like GPTs to understand and use varied data sources, improving accuracy. This accelerates development, reduces errors, and provides context-aware responses, making OpenAPI a core component for AI applications.
You can download the OpenAPI definitions for Competitor Offer Page Monitor from the options below:
If you’d like to learn more about how OpenAPI powers GPTs, read our blog post.
You can also check out our other API clients: