How can I integrate ServiceNow Community search results into my ServiceNow instance?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2025 11:34 PM
Hi all,
I’m trying to build a feature in my ServiceNow PDI where I can search the ServiceNow Community Articles link directly from within my instance and display related community posts based on a query entered by the user.
For example:
When a user types a keyword like “How can I raise incident as a case in ServiceNow?”, I want to fetch and display related links or discussions from the ServiceNow Community (e.g., question threads or discussions).
Is there a way to integrate ServiceNow Community search results into my instance .
Thanks in Advance
Regards
Tejas K J
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2025 11:53 PM
@TEJAS I don't think there is any such API present where you can get the results from community.
The community Admins may have to publish an API which can be consumed, but as of now I dint believe there is any such API.
Please mark the answer correct/helpful accordingly.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2025 01:32 AM
@TEJAS Was this helpful?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2025 09:52 PM
Hi Tejas
My 2 cent on this .
Try using Google Search APIs - The Google Custom Search JSON API provides a free tier for programmatic access to Google search results. This API allows developers to retrieve web and image search results from a Programmable Search Engine in JSON format.
Send your search String using Google Search API -- Just a thought
Regards
RP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2025 01:34 AM
I am trying to use webs searches tool on AI agent using google as the provider trying this method @rpriyadarshy
