Using the Federated Search API? How do you crawl your external content?
Hi folks,
We’re interested in using the Gainsight Federated Search to extend the search tool to our other websites and resources.
As I understand it, you supply information about other links using this JSON structure:
{
"title": "string",
"content": "string",
"url": "string",
"source": "string"
}My question is, how do you retrieve this information automatically to start with?
For example, if I want to incorporate our documentation, there are more pages than I want to catalogue manually, plus the content changes on a daily basis.
So… how do I retrieve the information in an automated process? Using a web crawler?
If anyone else uses the Federated Search API I’d love to hear how you’re going about this or if you have a recommended crawler/bot.
Cheers
Mark