1

Stars

0

Requests

0

Forks

3

Fields

About this template

No description yet.

kjellberg/google-search Rendered in a browser

What you get back

{
  "query": …,
  "results": …,
  "related_searches": …
}

A parser that breaks returns the raw HTML with parse_error: true rather than failing your request.

Use it in code

Pass template=kjellberg/google-search and the page URL. The template decides how the page is fetched, so send nothing else. One successful request costs one credit (sign in to see your key here).

curl \
  -H "X-Api-Key: YOUR_API_KEY" \
  "https://api.unblockingapi.com/unblock?template=kjellberg%2Fgoogle-search&url=https%3A%2F%2Fwww.google.com%2Fsearch%3Fq%3Dwikipedia"

More from @kjellberg