My code is:
import requests
company_name_url('http://www.forbes.com/global2000/list/#page:3_sort:2_direction:asc_search:_filter:All%20industries_filter:All%20countries_filter:All%20states')
r = requests.get(company_name_url)
But it only open page 1 even when I change the page number in the url.