Overview

Getting Started

Widgets

Categories

Keywords

Reviews

Users

Businesses

Businesses Search

Negotiations

Messages

Requests

Help

Changelog

Terms and Policies

Keywords

Learn how to leverage Keywords.

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"
},
...
]
}