Company’s website content changes

Endpoint: POST /businesses/website_changes/bulk_enrich

How It Works
  • Input: Provide a list of up to 50 business_ids.
  • Processing: The system detects content modifications across business websites.
  • Output: A structured response highlighting detected changes, timestamps, and affected sections.
Example Request (cURL)
curl --request POST \
     --url https://api.explorium.ai/v1/businesses/website_changes/bulk_enrich \
     --header 'accept: application/json' \
     --header 'api_key: your_api_key_here' \
     --header 'content-type: application/json' \
     --data '{
  "business_ids": [
    "8adce3ca1cef0c986b22310e369a0793",
    "a34bacf839b923770b2c360eefa26748"
  ]
}'
Best Practices
  • Monitor website updates for competitive intelligence and regulatory compliance.
  • Track keyword shifts to detect branding and messaging changes.
  • Leverage content history to analyze long-term strategic positioning.

📌 For additional enrichment options, explore related API endpoints below.

Body Params - Try Me Example

business_ids: ["8adce3ca1cef0c986b22310e369a0793",
               "a34bacf839b923770b2c360eefa26748"]

Language
Credentials
Click Try It! to start a request and see the response here!