Company Docs

Get company document by type

Get company document by type


GET /company-docs-v1/{doc_id}/{pdf|text}

Request

https://premium.aiera.com/api/company-docs-v1/7/text

Response

Amazon seeks to be Earth’s most customer-centric company, Earth’s best employer, and Earth’s safest place to work. 
We are passionate builders guided by four principles: customer obsession rather than competitor focus, passion for invention, commitment to operational excellence, and long-term thinking. 
In each of our segments we serve our primary customer sets, consisting of consumers, sellers, developers, enterprises, and content creators. 
In addition, we provide services, such as advertising to sellers, vendors, publishers, authors, and others, through programs such as sponsored ads, display, and video advertising. 
We have organized our operations into three segments: North America, International, and Amazon Web Services (AWS). 
We design our stores to enable hundreds of millions of unique products to be sold by us and by third parties across dozens of product categories. 
Customers access our offerings through our websites, mobile apps, Alexa, devices, streaming, and physically visiting our stores. 
We also manufacture and sell electronic devices, including Kindle, Fire tablet, Fire TV, Echo, Ring home security products, and other devices, and we develop and produce media content. 
In addition, we offer Amazon Prime, a membership program that includes unlimited free shipping and other benefits. 
We fulfill customer orders in a number of ways, including through: North America and International fulfillment and delivery networks that we operate;
co-sourced and outsourced arrangements in certain countries; digital delivery; and through our physical stores. 
We operate customer service centers globally, which are supplemented through co-sourced arrangements. 
We offer programs that enable sellers to grow their businesses, sell their products in our stores, and fulfill orders through us. 
We are not the seller of record in these sellers’ transactions. We earn fixed fees, a percentage of sales, per-unit activity fees, interest, or some combination thereof, for our seller programs.   
We serve developers and enterprises of all sizes, including startups, government agencies, and academic institutions through our AWS segment, which offers a broad set of on-demand technology services—including compute, storage, database, and machine learning—and other service offerings. 
AWS is the world’s most comprehensive and broadly adopted cloud platform; we sell over 200 fully featured AWS services from data centers globally. 
As of December 31, 2020, Amazon employed approximately 1.3  million full-time and  part-time workers  across the globe...

Code Samples

Bash

curl --request GET \
  --url 'https://premium.aiera.com/api/company-docs-v1/{doc_id}/{pdf|text}' \
  --header 'X-API-Key: xxx'

Python

import requests
requests.request("GET", "https://premium.aiera.com/api/company-docs-v1/{doc_id}/{pdf|text}", headers={"X-API-Key": "xxx"})
Previous
Get Company Doc