0
でhttp
リクエストを送信する必要があります。私はアメリカの通貨を得るように代理人は米国にいる必要があります。 は、これまでのところ私はこれでした:いくつかの異なるIP /ポートの組み合わせを試してみましたプロキシ経由でリクエストを送信すると動作しません
import requests
proxies = {'httpс': 'httpс://97.77.104.22:3128'}
response = requests.get("https://www.ncl.com/ca/en/search_vacations?cruise=1&cruiseTour=1&cruiseHotel=1&cruiseHotelAir=1&flyCruise=1&numberOfGuests=4294953449&state=undefined&pageSize=10¤tPage=", proxies=proxies)
cruise_results = response.json()
for line in cruise_results['results']:
print(line)
を私はまだEURの価格を取得します。何か間違っているのですか?
私の神様、ありがとう!私はだからダム – fixxxera
誰もが起こる:) – Dekel