Find post details by URL

Find linkedin post details from a given post URL

curl --location 'https://api.enrich.so/v1/api/post-details?url=https%3A%2F%2Fwww.linkedin.com%2Fposts%2Fmohdumairwigzo_highintentalgo-datasignals-personalizedcommunication-activity-7203313755865141248-uhum%2F%3Futm_source%3Dshare' \
--header 'Authorization: Bearer <token>' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json'

Example response

Status Code: 200 OK

{
    "success": true,
    "message": "Post details found",
    "PostId": "activity-7310932473440342016",
    "author": {
        "name": "Rahul Lakhaney",
        "headline": "Co-Founder, Enrich.so & Maximise.ai | Powering GTM Teams & AI Agents with Real-time People & Company Data",
        "linkedin_url": "https://www.linkedin.com/in/lakhaney",
        "profile_image": ""
    },
    "post": {
        "timestamp": "02-04-2025",
        "text_content": "โ€œ๐—›๐—ผ๐˜„ ๐—ฑ๐—ผ ๐˜†๐—ผ๐˜‚ ๐—ผ๐—ณ๐—ณ๐—ฒ๐—ฟ ๐˜๐—ต๐—ฒ ๐—ฏ๐—ฒ๐˜€๐˜ ๐—พ๐˜‚๐—ฎ๐—น๐—ถ๐˜๐˜† ๐—ฑ๐—ฎ๐˜๐—ฎ ๐—ฎ๐˜ ๐˜๐—ต๐—ฒ ๐—น๐—ผ๐˜„๐—ฒ๐˜€๐˜ ๐—ฝ๐—ฟ๐—ถ๐—ฐ๐—ฒ? ๐—™๐—ฒ๐—ฒ๐—น๐˜€ ๐—น๐—ถ๐—ธ๐—ฒ ๐˜†๐—ผ๐˜‚ ๐—ฐ๐—ฟ๐—ฎ๐—ฐ๐—ธ๐—ฒ๐—ฑ ๐˜€๐—ผ๐—บ๐—ฒ๐˜๐—ต๐—ถ๐—ป๐—ด ๐—ฐ๐—ผ๐—บ๐—ฝ๐—ฒ๐˜๐—ถ๐˜๐—ผ๐—ฟ๐˜€ ๐—ต๐—ฎ๐˜ƒ๐—ฒ๐—ปโ€™๐˜.โ€\n\nThatโ€™s the question we get daily.\n\nHereโ€™s the truth: At Enrich Labs weโ€™re obsessively building the worldโ€™s largest, most accurate and scalable people and company data ecosystem and even our customers say weโ€™re doing the โ€œIMPOSSIBLEโ€\n\nโ€œ๐™๐™š๐™จ๐™š๐™–๐™ง๐™˜๐™๐™š๐™™ ๐™จ๐™ค ๐™ข๐™–๐™ฃ๐™ฎ ๐™ฉ๐™ค๐™ค๐™ก๐™จโ€ฆ ๐™—๐™ก๐™ค๐™ฌ๐™ฃ ๐™–๐™ฌ๐™–๐™ฎ ๐™—๐™ฎ ๐™ฎ๐™ค๐™ช๐™ง ๐™˜๐™ค๐™ซ๐™š๐™ง๐™–๐™œ๐™š ๐™–๐™ฃ๐™™ ๐™–๐™˜๐™˜๐™ช๐™ง๐™–๐™˜๐™ฎ.โ€\n\nFrom startups > Y Combinator companies > Fortune 500s, thousands now rely on us to power their ai agents, gtm, sales, investment screening, competitor tracking and much more. Because when you solve a trillion-dollar problem, the world pays attention.\n\nWant to see the future of data?\nDM me and Iโ€™ll show you how weโ€™re rewriting the rules.",
        "hashtags": null,
        "post_media_description": "",
        "post_media_url": [
            "https://media.licdn.com/dms/image/v2/D4D22AQFI_0wNyNMrXA/feedshare-shrink_1280/B4DZXWmVtoHIAk-/0/1743062131289?e=2147483647&v=beta&t=ItXdy1BowjIeBoJzVi71UqLQzv9zI8JxDWfHwAxOWms"
        ]
    },
    "engagement": {
        "reactions": 18,
        "comments_count": 2
    },
    "total_credits": 100000,
    "credits_used": 12393.650000000012,
    "credits_remaining": 87606.34999999999
}

Status code: 404 NOT FOUND

{
    "error": true,
    "message": "We could not find post details for the given url"
}

Last updated