AWS Cloud Products

Amazon Web Services offers a broad set of global cloud-based products that help organizations move faster, lower IT costs, and scale.

        

        import requests
from fake_useragent import UserAgent ua = UserAgent()
url = f"https://aws.amazon.com/api/dirs/items/search?item.directoryId=aws-products&sort_by=item.additionalFields.productNameLowercase&sort_order=asc&size=1000&item.locale=en_US&tags.id=!aws-products%23type%23feature&tags.id=!aws-products%23type%23variant&page=0"
response = requests.get( url=url, headers={'user-agent': f'{ua.random}'} )
print(response.json())

Installations

  • win
  • mac
  • linux
            $  pip install fake-useragent
$ pip install requests
$ pip install fake-useragent
$ pip install requests
$ pip install fake-useragent
$ pip install requests

Read our documentation to get started right now

Documentation