Login
Remember
Register
Ask a Question
Explain how is it possible to Get the Google cache age of any URL or webpage using Python.
0
votes
asked
Oct 11, 2021
in
Python
by
rajeshsharma
Explain how is it possible to Get the Google cache age of any URL or webpage using Python.
google-cache
Python-questions-answers
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Oct 11, 2021
by
rajeshsharma
In order to Get the Google cache age of any URL or webpage using Python, the following URL format is used:
http://webcache.googleusercontent.com/search?q=cache:URLGOESHERE
Simply replace URLGOESHERE with the web address of the website or webpage whose cache you need to retrieve and see in Python.
...