Manage API keys, monitor quota, and integrate PulseSearch into your product.
| Name | Key | Scopes | Created | Last used | |
|---|---|---|---|---|---|
| Production key | webimagessuggest | 2026-05-01 | 2026-06-14 | ||
| Dev key | web | 2026-06-01 | 2026-06-13 |
GET https://api.pulsesearch.io/v1/search ?q=your+query &type=web &lang=en &limit=10 Authorization: Bearer ps_live_YOUR_KEY
{
"results": [
{
"title": "Example Domain",
"url": "https://example.com",
"snippet": "Example text...",
"host": "example.com"
}
],
"total": 12400,
"took_ms": 48
}GET https://api.pulsesearch.io/v1/suggest
?q=open&lang=en
# Returns: { "suggestions": ["open source", ...] }</body>.<div id="ps-widget"
data-key="ps_live_YOUR_KEY"
data-lang="en"
data-theme="light">
</div>
<script
src="https://static.pulsesearch.io
/widget.js"
async>
</script>