@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
Maintainers
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
Contact Pulsar ([email protected]) to:
- Request official REST API documentation
- Inquire about partner/developer program
- Ask about MCP server availability
Wait for Pulsar to release:
- Public REST API
- OpenAPI specification
- Official MCP server
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.
