-
Notifications
You must be signed in to change notification settings - Fork 39
BoxCar Google Search
Tabrez Syed edited this page Feb 22, 2023
·
2 revisions
This boxcar enables the engine to get results from a Google Search. Under the covers, this BoxCar uses the SERP Api. To use this BoxCar, you'll need to set the SERPAPI_API_KEY
to your SERP API Key. Their free tier supports up to 100 queries a month.
If you want to get results from a Google Search in your app, then you can use this BoxCar. Let's say you want to retrieve the weather in Austin, TX this BoxCar will let you make the call and get the results.
search = Boxcars::Serp.new
puts search.run "What is the high temperature in Austin, TX today?"