← Back to catalog

Other

goog.io | Unoffical Google Search

auto-generated
swirls add goog
actionGETv1.0.0

Crawl

Perform Google Search Parameters ---------- query : the string query to perform search. supports advance queries. Check out https://moz.com/blog/the-ultimate-guide-to-the-google-search-parameters guide for formating Returns ------- json: a the html source of the results page

Source
actionGETv1.0.0

Images

Perform Google Image Search Parameters ---------- query : the string query to perform search. supports advance queries. Returns ------- json: a list of results with the link, description, and title for each result

Source
actionGETv1.0.0

News

Perform Google News Search Parameters ---------- query : the string query to perform search for Google news. A simple query for `president` will be `q=president`. An example of multiple keyword would be `q=news+about+presdient+trump`. News can also be filtered by country and language. For `US` news and in English the query will be `q=trump&ceid=US:en` for news in Great Britian the query will be `q=trump&ceid=GB:en` Returns ------- json: {"feed": { "title" : "trump" ...} , "entites": [ {"title" : "Trump doubles down on divisive messaging in speech to honor Independence Day - CNN", "links": []} ...]}

Source
actionGETv1.0.0

Search

Perform Google Search Parameters ---------- query : the string query to perform search. supports advance queries. Check out https://moz.com/blog/the-ultimate-guide-to-the-google-search-parameters guide for formating Returns ------- json: a list of results with the link, description, and title for each result

Source
actionPOSTv1.0.0

SERP

Perform Google Search and search for website in Search Engine Results Pages (SERP) Parameters ---------- query : the string query to perform search. supports advance queries. Check out https://moz.com/blog/the-ultimate-guide-to-the-google-search-parameters guide for formatting, it is recommended to set the query `&num=100` Returns ------- json: a list of results with the query, website, searched_results, and position. json["position"] will be set to -1 if website is not found in results

Source
actionGETv1.0.0

Status

It "status" == true then API is up, else the API is down

Source
Beyond the catalog

Any provider, on request.

01

Request it

Tell us which provider you need, and we will ship it in the registry.

02

Generate it

Point swirls add at an OpenAPI or GraphQL spec. Typed actions for any API you hold credentials for, today.

acme · integrations
terminal
~/acme $swirls add linear
✓ 12 typed actions · scopes and schemas included
 
~/acme $swirls add https://api.acme.dev/openapi.json
◆ Fetched spec · 38 operations
✓ 6 typed actions · generated from spec