I am making something similar to google scholar, I need help with the search results

Are you using the ActivityStarter.StartActivity Block? Assuming settings like:

  • Performing web search. Assuming the term you want to search for is “vampire” (feel free to substitute your own choice), set the properties to:
    • Action: android.intent.action.WEB_SEARCH
    • ExtraKey: query
    • ExtraValue: vampire
    • ActivityPackage: com.google.android.providers.enhancedgooglesearch
    • ActivityClass: com.google.android.providers.enhancedgooglesearch.Launcher

a StartActivity Block is required to display the results.

Alternatively to using ActivityStarter to search the Web, try something like this API