# Aspirin And Caffeine PubChem Compounds

**Use case:** 

Explore aspirin and caffeine with PubChem Compounds. Run this tested configuration and export structured results as JSON, CSV, or Excel.

## Input

```json
{
  "compoundNames": [
    "aspirin",
    "caffeine",
    "ibuprofen"
  ],
  "maxResults": 3
}
```

## Output

```json
{
  "query": {
    "label": "Query",
    "format": "text"
  },
  "cid": {
    "label": "Cid",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "molecular_formula": {
    "label": "Molecular Formula",
    "format": "text"
  },
  "molecular_weight": {
    "label": "Molecular Weight",
    "format": "number"
  },
  "connectivity_smiles": {
    "label": "Connectivity Smiles",
    "format": "text"
  },
  "compound_url": {
    "label": "Compound Url",
    "format": "link"
  },
  "source": {
    "label": "Source",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [PubChem Compounds Scraper - Chemical Properties](https://apify.com/benthepythondev/pubchem-compounds-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/benthepythondev/pubchem-compounds-scraper) to learn more, explore other use cases, and run it yourself.