Overview
Getting Started
Widgets
Categories
Keywords
Reviews
Users
Businesses
Businesses Search
Negotiations
Messages
Requests
Help
Changelog
Terms and Policies
The Keywords API allows you to search for Keywords that match your search query.
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.
If you wanted to see any cleaning-related Keywords, you could issue the following request:
GET /api/v4/keywords/search?searchQuery=cleaning HTTP/2authorization: Bearer {{clientCredentials}}
{"data": [{"keywordID": "239497335311035375","name": "Cleaning Maids"},...]}