npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@openpets/pulsar

v0.0.1

Published

Pulsar is an enterprise social intelligence, audience intelligence and narrative analytics platform. This pet is currently blocked because Pulsar uses a GraphQL API with session-based authentication and does not provide a public REST API, OpenAPI specific

Readme

Pulsar Platform

⚠️ INTEGRATION BLOCKED - This pet cannot be implemented at this time.

Status

Blocked Reason: No public API available

About Pulsar Platform

Pulsar is an enterprise social intelligence, audience intelligence, and narrative analytics platform used by global brands, agencies, and governments to power real-time, data-driven decisions.

  • Website: https://www.pulsarplatform.com
  • Founded: 2013, London, UK
  • Parent Company: Pulsar Group PLC (AIM: PULS)
  • Clients: ~6,000 including Unilever, CNN, McCann, NHS, Twitch, X, NBC

Why Integration Is Blocked

API Architecture

Pulsar Platform uses a GraphQL API rather than a REST API:

  • Endpoint: https://api.pulsarplatform.com/graphql
  • Authentication: Session-based with CSRF tokens
  • No OpenAPI/Swagger specification available
  • No MCP server available

Authentication Barrier

The API requires:

  • Email/password login via web interface
  • CSRF token management
  • Session cookie handling
  • Enterprise subscription for API access

Missing Developer Resources

  • ❌ No public API documentation
  • ❌ No developer portal
  • ❌ No OpenAPI specification
  • ❌ No REST endpoints
  • ❌ No MCP server

Investigation Details

Investigation Date: 2026-04-22

Checked:

  • Official website: https://www.pulsarplatform.com
  • API endpoints: /openapi.json, /swagger.json, /graphql
  • Documentation: /docs, /api, /developers
  • MCP servers: None found
  • GitHub/community specs: None found

Findings:

  • Pulsar confirmed to have GraphQL API via product documentation
  • API requires login at https://api.pulsarplatform.com/admin
  • No public developer resources available
  • Enterprise-only access model

Possible Future Paths

  1. Contact Pulsar ([email protected]) to:

    • Request official REST API documentation
    • Inquire about partner/developer program
    • Ask about MCP server availability
  2. Wait for Pulsar to release:

    • Public REST API
    • OpenAPI specification
    • Official MCP server
  3. Consider Alternatives:

    • Brandwatch (has API)
    • Meltwater (has API)
    • Sprinklr (has API)
    • Other social listening platforms with public APIs

Technical Details

From product documentation:

  • API Type: GraphQL
  • Base URL: https://api.pulsarplatform.com
  • Auth: Session-based (email/password)
  • Data Export: GraphQL, XLS, image formats
  • Features: Search creation, analysis retrieval, filtered results, first-party data upload

Metadata

Recorded in package.json:

{
  "integrationStatus": {
    "decision": "blocked",
    "publicApi": false,
    "openapiAvailable": false,
    "mcpAvailable": false,
    "specGenerationPossible": false,
    "blocker": "GraphQL API with session-based auth, no public REST/OpenAPI spec",
    "authType": "session_cookie_csrf",
    "lastChecked": "2026-04-22"
  }
}

This stub was created to preserve the investigation findings and prevent duplicate research efforts.