Enrich API Documentation
  • Introduction
    • Authentication
    • Rate Limit
    • Credit Usage
  • Reference
    • Check Credit Usage
    • Email to Profile data
    • Email to IP
    • Email Finder
    • Profile URL to Work Email V2
    • Profile URL to Personal Email
    • Verify Emails—Even Behind Catch-Alls
    • Company Lookup
    • Company Funding and Traffic
    • Linkedin Public Profile Enrichment
    • Phone Number Finder
    • Find post details by URL
    • Search Posts
    • Bulk enrichment
    • Email to Phone Number
    • Email to Person Lite
    • Reverse email append
    • Disposable/Spam Email Check
    • IP to Company
    • Logo API
    • Search People Activities
    • Search Company Activities
    • Search Post Reactions
    • Search Post Reactions by URL
    • Search Post Comments
    • Search Post Comments by URL
    • Search Company
    • Search Similar Companies
    • Search People
    • Sales Pointer - Dynamic Filters
    • Sales Pointer - People
    • Sales Pointer - People by URL
    • Sales Pointer - Company
    • Sales Pointer - Company by URL
    • Search Company Employees
    • Search Jobs
    • Web search
    • Serp Search
    • News Search
    • Maps Search
    • Places Search
    • Videos Search
    • Shopping Search
    • Image Search
  • Changelog
Powered by GitBook
On this page
  1. Reference

Search Company Activities

Identify brands instantly with our Logo API. Provide an image, and our algorithm detects and retrieves brand logos and related information from various sources.

cURL 'https://api.enrich.so/v1/api/search-company-activities?company_id=100746430&activity_type=comments&pagination_token=1504266489-1744461865794-9e8d147354a8250aa186f9649040a361&offset=0' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json'
const axios = require('axios');

axios.get('https://api.enrich.so/v1/api/search-company-activities?company_id=100746430&activity_type=comments&pagination_token=1504266489-1744461865794-9e8d147354a8250aa186f9649040a361&offset=0', {
    headers: {accept: 'application/json', Authorization: 'Bearer <token>'}
})
  .then(response => {
    console.log(response.data);
  })
  .catch(error => {
    console.log(error);
  });// Some code
import requests
payload = {'company_id': '100746430', 'activity_type': 'comments', 'pagination_token': '1504266489-1744461865794-9e8d147354a8250aa186f9649040a361', 'offset': 0}
headers = {'accept': 'application/json', 'authorization': 'Bearer <token>'}
resp = requests.get('https://api.enrich.so/v1/api/search-company-activities', params=payload, headers=headers)
print (resp.text)
OkHttpClient client = new OkHttpClient();

Request request = new Request.Builder()
  .url("https://api.enrich.so/v1/api/search-company-activities?company_id=100746430&activity_type=comments&pagination_token=1504266489-1744461865794-9e8d147354a8250aa186f9649040a361&offset=0")
  .get()
  .addHeader("accept", "application/json")
  .addHeader("authorization", "Bearer <token>")
  .build();

Response response = client.newCall(request).execute();
require 'uri'
require 'net/http'

url = URI("https://api.enrich.so/v1/api/search-company-activities?company_id=100746430&activity_type=comments&pagination_token=1504266489-1744461865794-9e8d147354a8250aa186f9649040a361&offset=0")

http = Net::HTTP.new(url.host, url.port)
http.use_ssl = true

request = Net::HTTP::Get.new(url)
request["accept"] = 'application/json'
request["authorization"] = 'Bearer <token>'

response = http.request(request)
puts response.read_body
<?php

$curl = curl_init();

curl_setopt_array($curl, [
  CURLOPT_URL => "https://api.enrich.so/v1/api/search-company-activities?company_id=100746430&activity_type=comments&pagination_token=1504266489-1744461865794-9e8d147354a8250aa186f9649040a361&offset=0",
  CURLOPT_RETURNTRANSFER => true,
  CURLOPT_ENCODING => "",
  CURLOPT_MAXREDIRS => 10,
  CURLOPT_TIMEOUT => 30,
  CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
  CURLOPT_CUSTOMREQUEST => "GET",
  CURLOPT_HTTPHEADER => [
    "accept: application/json",
    "authorization: Bearer <token>"
  ],
]);

$response = curl_exec($curl);
$err = curl_error($curl);

curl_close($curl);

if ($err) {
  echo "cURL Error #:" . $err;
} else {
  echo $response;
}

"activity_type" can be one of "posts", "comments", "articles"

Example response

Status code: 200 OK

{
    "success": true,
    "message": "Company activities record found.",
    "data": {
        "pagination_token": "1504439517-1744477121392-92949a96a778d883d6c04ae7e5866dc2",
        "activity_type": "posts",
        "data": [
            {
                "activity_id": "urn:li:activity:7238979807751864323",
                "commentary": "Excitement is in the air as Maximise.ai team is all set to make a splash at two of the biggest SaaS events in the bay area - SaaStr and SaaSBoomi!\n\n🔥 We're empowering businesses by identifying anonymous visitors on their websites at an individual level with full name, business/personal email, LinkedIn profile URL, phone number etc. and providing crucial intent signals about the buyer's mindset.\n\n❌ Say goodbye to cold prospects. Why pursue them when you already have warm leads visiting your site?\n\nProudly built for the world from Dubai, UAE 🇦🇪\ncc: Zubair Naeem Paracha",
                "reaction_breakdown": {
                    "likes": 0,
                    "empathy": 0,
                    "other": 0
                },
                "li_url": "https://www.linkedin.com/posts/maximise-ai_saastr2024-founders-networking-activity-7238979807751864323--fLk?utm_source=combined_share_message&utm_medium=ios_app&rcm=ACoAAFmr7N0Bh0yduI0B_jl1Z_FUFt8Fpvnq6DA",
                "attachments": [],
                "time_elapsed": "7 months ago",
                "author": {
                    "id": 104336610,
                    "name": "Maximise.ai",
                    "logo_url": "https://media.licdn.com/dms/image/v2/D4D0BAQH5LqFS9E_WmA/company-logo_400_400/company-logo_400_400/0/1722246140478/maximise_ai_logo?e=1749686400&v=beta&t=LTMJ72NFXn8qt6iQVG2kmDWjiuZcHn4evZQflUQVXwM"
                }
            },
            {
                "activity_id": "urn:li:activity:7231931952839196672",
                "commentary": "Guess what?! You've been asking, and we've been listening. We're thrilled to announce that our company identification feature is now live!\n\nOur mission has always been to help you understand your audience better. Now, not only can you identify individuals visiting your website (currently US only), but also companies that visit your website (Global) - multiplying your understanding by threefold. This expansion into worldwide coverage means you can now engage with your global audience more effectively than ever before.\n\nStay tuned, as we're getting ready to launch the person-level identification to other countries soon! 🚀",
                "num_reactions": 7,
                "reaction_breakdown": {
                    "likes": 0,
                    "empathy": 1,
                    "other": 0
                },
                "li_url": "https://www.linkedin.com/posts/maximise-ai_guess-what-youve-been-asking-and-weve-activity-7231931952839196672-und6?utm_source=combined_share_message&utm_medium=ios_app&rcm=ACoAAFmr7N0Bh0yduI0B_jl1Z_FUFt8Fpvnq6DA",
                "attachments": [
                    {
                        "att_type": "image",
                        "image_urls": [
                            "https://media.licdn.com/dms/image/v2/D4D22AQETmCofxgqVng/feedshare-shrink_2048_1536/feedshare-shrink_2048_1536/0/1724226939651?e=1747267200&v=beta&t=T10mZYd8Ir0PievIJAZUOaPh_waiQzvIEqefiFrER0Y"
                        ]
                    }
                ],
                "time_elapsed": "8 months ago",
                "author": {
                    "id": 104336610,
                    "name": "Maximise.ai",
                    "logo_url": "https://media.licdn.com/dms/image/v2/D4D0BAQH5LqFS9E_WmA/company-logo_400_400/company-logo_400_400/0/1722246140478/maximise_ai_logo?e=1749686400&v=beta&t=LTMJ72NFXn8qt6iQVG2kmDWjiuZcHn4evZQflUQVXwM"
                }
            },
            {
                "activity_id": "urn:li:activity:7229818722205499392",
                "commentary": "We're absolutely thrilled to announce a significant milestone in our journey! We've officially partnered with one of the sports industry's leading media companies. After rigorously testing various solutions in the website visitor identification space, they chose us! \n\nNot only did we secure this prestigious contract, but we've already made strides to triple their newsletter subscriber count, now in the solid 5-digit territory. A testament to our team's hard work and persistence. \n\nWhoever said that dreams don't turn into reality, clearly never met our team! We couldn't be more proud!",
                "num_reactions": 7,
                "reaction_breakdown": {
                    "likes": 0,
                    "empathy": 0,
                    "other": 0
                },
                "li_url": "https://www.linkedin.com/posts/maximise-ai_were-absolutely-thrilled-to-announce-a-significant-activity-7229818722205499392-sHMT?utm_source=combined_share_message&utm_medium=ios_app&rcm=ACoAAFmr7N0Bh0yduI0B_jl1Z_FUFt8Fpvnq6DA",
                "attachments": [],
                "time_elapsed": "8 months ago",
                "author": {
                    "id": 104336610,
                    "name": "Maximise.ai",
                    "logo_url": "https://media.licdn.com/dms/image/v2/D4D0BAQH5LqFS9E_WmA/company-logo_400_400/company-logo_400_400/0/1722246140478/maximise_ai_logo?e=1749686400&v=beta&t=LTMJ72NFXn8qt6iQVG2kmDWjiuZcHn4evZQflUQVXwM"
                }
            },
            {
                "activity_id": "urn:li:activity:7228453299027345408",
                "commentary": "Identify and engage your website visitors without lifting a finger. The best website visitor identification platform is out now!\n\nOur beta users are already seeing 10x ROI!",
                "num_reactions": 1,
                "reaction_breakdown": {
                    "likes": 0,
                    "empathy": 0,
                    "other": 0
                },
                "li_url": "https://www.linkedin.com/posts/maximise-ai_identify-and-engage-your-website-visitors-activity-7228453299027345408-qqlv?utm_source=combined_share_message&utm_medium=ios_app&rcm=ACoAAFmr7N0Bh0yduI0B_jl1Z_FUFt8Fpvnq6DA",
                "attachments": [
                    {
                        "att_type": "image",
                        "image_urls": [
                            "https://media.licdn.com/dms/image/v2/D4D22AQFzA1NBaj66cw/feedshare-shrink_2048_1536/feedshare-shrink_2048_1536/0/1723397563283?e=1747267200&v=beta&t=39SZwN2HQZDQOb6V42jlDZih2Y5J5VblJpxk1ccw6BE"
                        ]
                    }
                ],
                "time_elapsed": "8 months ago",
                "author": {
                    "id": 104336610,
                    "name": "Maximise.ai",
                    "logo_url": "https://media.licdn.com/dms/image/v2/D4D0BAQH5LqFS9E_WmA/company-logo_400_400/company-logo_400_400/0/1722246140478/maximise_ai_logo?e=1749686400&v=beta&t=LTMJ72NFXn8qt6iQVG2kmDWjiuZcHn4evZQflUQVXwM"
                }
            }
        ]
    },
    "total_credits": 36075,
    "credits_used": 22456.049999999548,
    "credits_remaining": 13618.950000000452
}
PreviousSearch People ActivitiesNextSearch Post Reactions

Last updated 1 month ago