How do I extract all urls for a certain query that contain parameters:
For example:
site:example.com AND inurl:?
But since ? is an special char, I don't how to make that to work.
Thank you in advance.
How do I extract all urls for a certain query that contain parameters:
For example:
site:example.com AND inurl:?
But since ? is an special char, I don't how to make that to work.
Thank you in advance.
The HTML code for ?
is ?
Your query would then be site:example.com AND inurl:?
For example, to constrain a query for Car
, the URL will be: