plugins marketplace
← All plugins

similarweb

v1.0.2

Research web and app market intelligence

Codex

by SimilarwebMIT5kupdated 3 weeks ago

Source

git clone https://github.com/openai/plugins

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/similarweb/ inside the repository.

Layout

plugins/similarweb/
└── .codex-plugin/plugin.json

Manifests1

plugins/similarweb/.codex-plugin/plugin.json
{
  "name": "similarweb",
  "version": "1.0.2",
  "description": "Research web and app market intelligence",
  "author": {
    "name": "Similarweb",
    "url": "https://www.similarweb.com"
  },
  "repository": "https://github.com/openai/plugins",
  "license": "MIT",
  "keywords": [],
  "apps": "./.app.json",
  "interface": {
    "displayName": "Similarweb",
    "developerName": "Similarweb",
    "shortDescription": "Research web and app market intelligence",
    "longDescription": "Research any website or app inside ChatGPT using Similarweb's market intelligence data. Analyze competitor traffic, uncover top keywords, explore audience demographics, and benchmark performance across industries—all through simple prompts. Ask things like \"Show me Nike's traffic sources breakdown\" or \"What keywords is Adidas ranking for?\" and get real-time insights without switching tools. Whether you're a marketer, analyst, investor, or strategist, Similarweb helps you turn competitive questions into answers instantly.",
    "category": "Data & Analytics",
    "capabilities": [],
    "brandColor": "#F07028",
    "defaultPrompt": [
      "Analyze traffic trends for example.com versus its top competitors over the last six months.",
      "Find the top acquisition channels and referring sites for example.com and summarize growth opportunities.",
      "Compare audience geography and search keywords for example.com and a competitor."
    ],
    "screenshots": [],
    "composerIcon": "./assets/logo.png",
    "logo": "./assets/logo.png",
    "websiteURL": "https://www.similarweb.com"
  },
  "homepage": "https://www.similarweb.com"
}