Skip to main content
POST
/
v1
/
businesses
/
website_changes
/
enrich
Website Changes
curl --request POST \
  --url https://api.explorium.ai/v1/businesses/website_changes/enrich \
  --header 'Content-Type: application/json' \
  --header 'api_key: <api-key>' \
  --data '{
  "request_context": {},
  "parameters": {},
  "business_id": "<string>"
}'
{
  "response_context": {
    "correlation_id": "<string>",
    "request_status": "success",
    "time_took_in_seconds": 123
  },
  "data": {
    "url": "<string>",
    "change_description": "<string>",
    "change_implication": "<string>",
    "date": "2023-11-07T05:31:56Z"
  },
  "entity_id": "<string>"
}

Description

The Company’s Website Content Changes Enrichment endpoint enables users to track changes in website content over time, helping businesses monitor updates, keyword appearances, and messaging shifts. This is particularly useful for competitive intelligence, compliance tracking, and brand monitoring. The data includes:
  • Detection of content changes in key sections of a company’s website.
  • Keyword-based monitoring, allowing users to track the appearance or disappearance of specific terms.
  • Timestamped records of detected modifications to ensure historical tracking.
  • Logical AND search: The system evaluates predefined conditions, ensuring that all input keywords must appear together in the retrieved snippets.
This information is sourced from real-time web crawls and indexed website snapshots, providing a comprehensive view of content evolution over time.
  • Input: Provide a business_id obtained from the Match Businesses API, along with optional keywords separated by commas. The system will return only results where all keywords appear together.
  • Processing: The system scans the target website and detects changes in text and keyword occurrences.
  • Output: A structured response highlighting updated content, extracted snippets, and relevant URLs.
  • Monitor competitors’ websites to track strategic updates and product announcements.
  • Analyze keyword trends to detect shifts in branding and messaging.
  • Leverage historical data to identify long-term content evolution and strategic priorities.
  • Ensure regulatory compliance by tracking content modifications in sensitive sectors.
  • Use comma-separated keywords to refine searches, ensuring that all specified terms appear together.
SignalAPINameDescriptionData Type
change_typeChange typeType of content change (addition, deletion, modification).string
page_urlPage URLURL of the page with changes.url
change_descriptionChange descriptionDescription of the changes made.string
change_dateChange dateDate when the change was detected.date
For additional enrichment options, explore related API endpoints below.

Body Params - Try Me Example

business_id: 8adce3ca1cef0c986b22310e369a0793

Authorizations

api_key
string
header
required

Body

application/json
business_id
string
required
request_context
object
parameters
object

Response

Successful Response

This is base response model for all responses in partner service.

response_context
object
required
data
entity_id
I