Amazon

Amazon

все что по нему есть


Доступ

https://developer.amazon.com/ma/rp/adperformance.html
adstat@easybrain.com
6ds8f76sd8f7


Ссылки

https://github.com/L1quid/Olivaw

https://gist.github.com/dariusk/4072489

https://github.com/merlinthemagic/MTS/issues/20

https://github.com/JangoSteve/phantomjs-product-monitor




Скрипты

https://drive.google.com/drive/u/0/folders/1T3iZYwdcg9Rh88w4mXwEQOMdsbP03Vdy


Python


from selenium import webdriver

from selenium.webdriver.common.keys import Keys

import time

browser = webdriver.Chrome()

browser.get("https://developer.amazon.com/ma/rp/adperformance.html") 


username = browser.find_element_by_id("ap_email")

password = browser.find_element_by_id("ap_password")

username.send_keys("adstat@easybrain.com")

password.send_keys("6ds8f76sd8f7")

login_attempt = browser.find_element_by_id("signInSubmit")

login_attempt.submit()


time.sleep(4)


download_csv = browser.find_element_by_id("exportCsv").click()



Report Page