Recent content by blackDobe

  1. B

    Question about scraping a mobile app

    This is 100% true, but using the same proxy and the same request(method, headers, body) works with Postman and doesn't work on my python script using curl_cffi for the requests
  2. B

    Question about scraping a mobile app

    Yeah, I already do that with smartproxy.com. But the app really increased their security in the last few days
  3. B

    Question about scraping a mobile app

    I use proxies and I rotate them all the time. Also I think they use Cloudflare for that
  4. B

    Question about scraping a mobile app

    I'm using curl_cffi for the requests. I think that library is the best for these kind of operations. All the headers are the same... The weird thing is I tried the same request with Postman and it worked, with the same exact body and headers
  5. B

    Question about scraping a mobile app

    This is a mobile app that does api calls and I want to fake the mobile app when I'm making requests to their api
  6. B

    Question about scraping a mobile app

    This is not a web app, but a mobile one so I can't use selenium... Thanks for the reply though
  7. B

    Question about scraping a mobile app

    I need help with fetching an authorization token from a mobile app. I used Charles proxy to read how an authorization token is fetched from my target app. I set the headers and data exactly the same as the mobile app does with a python script using curl_cffi and a smartproxy proxy. And I get 400...
Back
Top