N8n Google Scraper Node Use- serpapi.com

Describe the problem/error/question

I try use serapapi.com node but filture use qdr:w , weekly post extract but , 6 month 1 year ago post also extrct , how to add timly filture appply

What is the error message (if any)?

Please share your workflow

(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)

Share the output returned by the last node

Information on your n8n setup

  • n8n version: 2.18.5
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main): own
  • Running n8n via (Docker, npm, n8n cloud, desktop app): self vps
  • Operating system: Windows

Hey @mokbul, while you wait for a response, here are some things that might help:

Suggested resources

Automatically matched to your question.

Docs:

Forum:

@DevArtech, @nguyenthieutoan, @Zelite - you’ve helped with similar issues before, can you take a look?

Automatically suggested by n8n’s community bot. It’s a pilot - please share feedback here.

Hi @mokbul Welcome!
The Time Period field is as_qdr, and that one does not take the qdr: prefix. You entered qdr:w, which is the format the tbs parameter uses, so Google receives as_qdr=qdr:w, does not recognise it, and hands back unfiltered results.
Put only the letter in that field:

w

Past day is d, past month is m, past year is y, and a number after the letter gives a multiple, so w2 is the last two weeks.

Hi @mokbul Welcome!

See this .

Hi @Anshul_Namdev Thanks its work

@mokbul glad it did, consider marking that as a solution.