Forum Discussion
JulienVDC
Sep 25, 2024Copper Contributor
Return Sharepoint search results in external site's search engine
Hey, This is a general question, and sorry if I am not using the right technical terms 😕 We have this SharePoint site that is used as our intranet, where official documentation is stored. We...
balasubramanim
Sep 25, 2024Iron Contributor
To integrate SharePoint search results into an external site's search engine is known as federated search or enterprise search. SharePoint provides an API that allows you to query and retrieve search results programmatically.
Below mentioned will help you
- Register an application in Azure AD to authenticate and authorize requests to the SharePoint Search API.
- Use the Search REST API to query SharePoint search results. You can use HTTP requests to fetch search results from SharePoint.
- Integrate the search results into your external platform's search engine. You may need to write custom code to parse the search results and display them in your external site.Microsoft provides documentation on setting up federated search with SharePoint.