Scrapeless API
Dashboard
Dashboard
  1. google search
  • User
    • Get User Info
      GET
  • Scraping Browser
    • CDP API
    • Browser extensions
      • Upload extension
      • Upgrade extension
      • Delete extension
      • Extension info
      • Extension list
    • Browser profiles
      • Profile list
      • Profile info
      • Delete profile
      • Upgrade profile
      • Create profile
    • Connect
      WSS
    • Running sessions
      GET
    • Live URL
      GET
  • Scraping API
    • shopee
      • Actor List
      • Shopee Product
      • Shopee Search
      • Shopee Rcmd
    • br sites
      • Solucoes cnpjreva
      • Solucoes certidaointernet
      • Servicos receita
      • Consopt
    • amazon
      • API Parameters
      • product
      • seller
      • keywords
    • google search
      • API Parameters
      • Google Search:Advanced search parameters(tbs)
      • Google Search
        POST
      • Google Images
        POST
      • Google Local
        POST
      • Google Shopping
        POST
      • Google Videos
        POST
    • google trends
      • API Parameters
      • AutoComplete
      • Interest Over Time
      • Compared Breakdown By Region
      • Interest By Subregion
      • Related Queries
      • Related Topics
      • Trending Now
    • google flights
      • API Parameters
      • Round trip
      • One way
      • Multi-city
    • google flights chart
      • API Parameters
      • chart
    • google scholar
      • API Parameters(Google Scholar)
      • API Parameters(Google Scholar Author)
      • API Parameters(Google Scholar Cite)
      • API Parameters(Google Scholar Profiles)
      • Google Scholar
      • Google Scholar Author
      • Google Scholar Cite
      • Google Scholar Profiles
    • Scraper Request
      POST
    • Scraper GetResult
      GET
  • Universal Scraping API
    • JS Render Docs
    • JS Render
      POST
    • Web Unlocker
      POST
  • Crawler
    • Scrape
      • Scrape a single URL
      • Scrape multiple URLs
      • Cancel a batch scrape job
      • Get the status of a scrape
      • Get the status of a batch scrape job
      • Get the errors of a batch scrape job
    • Crawl
      • Crawl multiple URLs based on options
      • Cancel a crawl job
      • Get the status of a crawl job
      • Get the errors of a crawl job
  • Public
    • actor status
    • actor status
  1. google search

Google Search:Advanced search parameters(tbs)

  • Google Search:Advanced search parameters(tbs)
  • 1. Web Search
  • 2. News Search
  • 3. Image Search
  • 4. Video Search
  • 5. Shopping Search
  • Example Summary
  • Quick Access

1. Web Search

  • Common tbs Use Cases and Parameter Explanations:

    ParametereffectSample ValueExample URL parameter query
    qdrQuick Date Rangeqdr:h(Past hour)
    qdr:d(Past 24 hours)
    qdr:w(Past week)
    qdr:m(Past month)
    qdr:y(Past year)
    tbs=qdr:m Show only content from the last month
    cdr:1 + cd_min/cd_maxCustom rangecd_min:01/01/2023,cd_max:12/31/2023tbs=cdr:1,cd_min:01/01/2023,cd_max:12/31/2023
    liVerbatimli:1tbs=li:1 Exact match keyword
    sbdSort By Datesbd:1tbs=qdr:y,sbd:1 Showing the past year, sorted by time
    rltmReal-Time Resultsrltm:1tbs=rltm:1 Get real-time content (experimental)

    You can play with your time tbs values to customize your searches even further. For example, you can search for results in the past 5 hours using tbs=qdr:h5, or you can get results from the past six months using tbs=qdr:m6.

  • Example URL:
    https://www.google.com/search?q=scrapeless&tbs=qdr:d,sbd:1

    Show search results for "scrapeless" from the last day, sorted by time.

2. News Search

  • Use tbm=nws with tbs for advanced news filtering.

    ParametereffectSample ValueExample URL parameter query
    qdrQuick Date Rangeqdr:d, qdr:w, qdr:m, qdr:ytbs=qdr:w News within a week
    sbdSort By Datesbd:1tbs=qdr:d,sbd:1
    arArchivestbs=ar:1
  • Example URL:
    https://www.google.com/search?q=LLM&tbm=nws&tbs=qdr:w

    Search for news about LLM in the past week.

3. Image Search

  • Use tbm=isch, tbs supports a wide variety of image filters.
    Common image filtering parameters:

    ParametereffectSample Value / Description
    iszImage sizel(Large image), m(Medium image), i(Icon)
    isltMinimum sizeislt:2mp, islt:4mp, islt:10mp , islt:qsvga, islt:vga, islt:svga,islt:xga
    icImage colorcolor, gray, trans(Transparent background)
    itpImage typeclipart, lineart, photo, face, animated
    iarImage aspect ratiot(Tall), w(wide), s(Square), xw(Ultra-wide)
    surUsage Rightsfc(Available for commercial use and modification), f, fm, cr(With authorization)
    qdrQuick Date RangeSame web search:qdr:d, qdr:w, qdr:m
  • Example URL:
    https://www.google.com/search?q=cat&tbm=isch&tbs=isz:l,ic:trans

    Large transparent background cat image

4. Video Search

  • Use tbm=vid to support basic time and type filtering.

    ParametereffectSample ValueExample description
    qdrVideo upload timeqdr:h, qdr:d, qdr:mFilter by video upload time
    durVideo lengths(Short <4 minutes), m(Medium 4-20 minutes), l(Longer than 20 minutes)
    vidVideo sourceyoutube, vimeoLimited source platform (unstable)
    hqHigh-quality Videoshq:hHigh-quality videos
    ccclosed captionscc:1Videos with closed captions
  • Example URL:
    https://www.google.com/search?q=python+tutorial&tbm=vid&tbs=qdr:w,dur:m

    Medium and long videos from the past week

5. Shopping Search

  • Use tbm=shop and tbs to filter by price, brand, rating, etc.
ParametereffectSample ValueExample description
p_ordSortingp_ord:pr(Price),p_ord:rv(Rating)sort results in Google Shopping
mrEnable product filtermr:1 Required
price:1 + ppr_min/ppr_maxPrice range filterppr_min:100,ppr_max:500Price range
vwList View / Grid Viewvw:l(List),vw:g(Grid)
sbdSort By Datesbd:1
  • Example URL:
    https://www.google.com/search?q=smartphone&tbm=shop&tbs=mr:1,price:1,ppr_min:200,ppr_max:400,vw:l

    Mobile phones priced between $200 and $400, listed display

Example Summary

Search typeRequired parameters(tbm)Available with tbs parameterExample description
webDefaultqdr, cdr, sbd, li, rltmTime filtering, exact matching, sorting by time
Newstbm=nwsqdr, sbdNews time filtering, sorted by publication time
Imagetbm=ischisz, islt, ic, itp, iar, sur, qdrImage size, type, color, usage rights, etc.
Videotbm=vidqdr, durUpload time and duration filtering
Shoppingtbm=shopp_ord, mr, price, ppr_min, ppr_max, vwPrice, sort, brand filter, list or grid view

Quick Access

  • Set up the filtering criteria in the Web settings, and you can obtain the corresponding tbs value in the address bar, eliminating the need to learn parameter rules.
    img.png
Modified at 2025-07-15 08:07:43
Previous
API Parameters
Next
Google Search
Built with