SerpWow website screenshot

SerpWow

SerpWow accurately returns all data on the Google Trends page including Related Topics (topics that were searched by other users, when searching for the specified search query) and Related Queries (other search phrases that were searched by users that have also searched for the specified search query).

1 APIs 0 Features

APIs

SerpWow

SerpWow accurately returns all data on the Google Trends page including Related Topics (topics that were searched by other users, when searching for the specified search query) ...

Collections

Pricing Plans

Serpwow Plans Pricing

3 plans

PLANS

Rate Limits

Serpwow Rate Limits

5 limits

RATE LIMITS

FinOps

Resources

🔗
DomainSecurity
DomainSecurity
🔑
Authentication
Authentication
👥
GitHubOrganization
GitHubOrganization

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: SerpWow API
  version: live
request:
  auth:
    type: apikey
    key: api_key
    value: '{{api_key}}'
    placement: query
items:
- info:
    name: Search
    type: folder
  items:
  - info:
      name: Retrieve search engine results for a query
      type: http
    http:
      method: GET
      url: https://api.serpwow.com/live/search
      params:
      - name: api_key
        value: ''
        type: query
        description: Your SerpWow API key
      - name: q
        value: ''
        type: query
        description: Search query
      - name: engine
        value: ''
        type: query
        description: Search engine to use
      - name: location
        value: ''
        type: query
      - name: page
        value: ''
        type: query
      - name: output
        value: ''
        type: query
    docs: Retrieve search engine results for a query
  - info:
      name: Retrieve Google Maps results for a location search
      type: http
    http:
      method: GET
      url: https://api.serpwow.com/live/places
      params:
      - name: api_key
        value: ''
        type: query
      - name: q
        value: ''
        type: query
      - name: location
        value: ''
        type: query
    docs: Retrieve Google Maps results for a location search
  - info:
      name: Retrieve Google Shopping results for a product query
      type: http
    http:
      method: GET
      url: https://api.serpwow.com/live/shopping
      params:
      - name: api_key
        value: ''
        type: query
      - name: q
        value: ''
        type: query
    docs: Retrieve Google Shopping results for a product query
  - info:
      name: Retrieve Google News results for a search term
      type: http
    http:
      method: GET
      url: https://api.serpwow.com/live/news
      params:
      - name: api_key
        value: ''
        type: query
      - name: q
        value: ''
        type: query
    docs: Retrieve Google News results for a search term
  - info:
      name: Retrieve Google product results for a specific product ID
      type: http
    http:
      method: GET
      url: https://api.serpwow.com/live/product
      params:
      - name: api_key
        value: ''
        type: query
      - name: product_id
        value: ''
        type: query
    docs: Retrieve Google product results for a specific product ID
  - info:
      name: Retrieve Google place reviews for a location
      type: http
    http:
      method: GET
      url: https://api.serpwow.com/live/place_reviews
      params:
      - name: api_key
        value: ''
        type: query
      - name: data_id
        value: ''
        type: query
        description: Google place data_id
    docs: Retrieve Google place reviews for a location
bundled: true