APIs & Integrations

jp_delatorre
Member

Develop a Search Engine - API

Hello, i want to create a Search Engine tool for may cutomized BLOG. Is there any API from hubspot to do that ?

0 Upvotes
1 Reply 1
Dadams
HubSpot Employee
HubSpot Employee

Develop a Search Engine - API

We do have a tutorial for implementing custom search on the COS:

How to Implement Custom Search on your COS Website

How to Implement Custom Search on your COS Website

The HubSpot COS doesn’t have any type of database that would be able to store the search results, so most of that search engine would need to be built off of HubSpot. You could use the Blog Posts API to get the details for your blog posts:

List blog posts | COS Blog API

GET /content/api/v2/blog-posts - List Blog Posts API, Supports paging and filtering.

0 Upvotes