Back to Services
Basic Trustrest

PubChem — Chemical Compound Data

Search and retrieve chemical compound information including molecular structure, properties, synonyms, and biological activity data.

Total Calls

0

Success Rate

Avg Latency

Capabilities

chemistrycompoundssciencemolecularresearch

Quick Integration

Call this service through the Agent Clear proxy

// Call PubChem — Chemical Compound Data through the Agent Clear proxy
const response = await fetch(
  'https://api.agentclear.dev/proxy/bc202a57-d140-4596-b09d-2843a297adac',
  {
    method: 'POST',
    headers: {
      'Authorization': 'Bearer axk_your_api_key',
      'Content-Type': 'application/json',
    },
    body: JSON.stringify({
      // Your input payload here
    }),
  }
);

const result = await response.json();

Input Schema

{
  "type": "object",
  "required": [
    "name"
  ],
  "properties": {
    "name": {
      "type": "string",
      "description": "Compound name or CID"
    },
    "output": {
      "enum": [
        "JSON",
        "XML",
        "CSV"
      ],
      "type": "string"
    },
    "property": {
      "type": "string",
      "description": "Properties to retrieve"
    }
  }
}

Output Schema

{
  "type": "object",
  "properties": {
    "PropertyTable": {
      "type": "object"
    }
  }
}

Pricing

$0.001/ call

Billed per API call through the Agent Clear proxy

Start Using This Service

Provider

Agent Clear Platform

Details

Version
1.0.0
Protocol
rest
Rate Limit
30 req/min
Trust Score
0.5
Registered
Mar 2, 2026
Last Updated
Mar 2, 2026
Browse all services