Overview

Getting Started

MARKETPLACE

Widgets

Find Pros

Categories

Keywords

Requests

Leads

Messages

On-Demand Orders

Reviews

User Accounts

PRO INTEGRATIONS

Leads

Messages

Reviews

Pro Profiles

Business Phone Numbers

Manage Webhooks

Testing Your Pro Integration

Support

Changelog

Terms and Policies

Keywords

Search by keyword to find relevant categories.

Overview

The Keywords API allows you to search for Keywords that match your search query.

Pre-read: Categories versus Keywords

Categories are the most granular service a Pro can provide. Keywords are a level higher; one Keyword could map to multiple Categories.
For example, the Keyword Music Lessons maps to numerous Categories: Piano Lessons, Guitar Lessons, and Singing Lessons. Some Keywords, like Public Speaking Lessons, map to just one Category.
Utilizing our Keywords API, you can find relevant Keywords based on your provided search query.

Worked Example

If you wanted to see any cleaning-related Keywords, you could issue the following request:
GET /api/v4/keywords/search?searchQuery=cleaning HTTP/2
authorization: Bearer {{clientCredentials}}
{
"data": [
{
"keywordID": "239497335311035375",
"name": "Cleaning Maids"
},
...
]
}

Last Updated: Apr 22nd, 2026