Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- SEARCH_HEAD = {
- 'Accept': 'application/json',
- 'Content-Type': 'application/json',
- 'DNT': '1',
- 'Referer': 'https://www.ozon.ru/',
- 'sec-ch-ua': '"Chromium";v="94", "Google Chrome";v="94", ";Not A Brand";v="99"',
- 'sec-ch-ua-mobile': '?0',
- 'sec-ch-ua-platform': '"Windows"',
- 'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.71 Safari/537.36',
- }
- proxy_options = {
- 'proxy': {
- 'no_proxy': 'localhost,127.0.0.1'
- }
- }
- executable_chrome_path=r'C:\Users\biklu\chromedriver.exe'
- cookies_file = "cookies2.pkl"
- categories = [
- '/category/bluzy-i-rubashki-zhenskie-7511/',
- '/category/smartfony-15502/'
- ]
- anticaptcha = r'anitcaptcha_plugin.zip'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement