Navigation X
ALERT
Click here to register with a few steps and explore all our cool stuff we have to offer!



 1121

Query on Python BeautifulSoup

by Blepop - 28 August, 2022 - 07:38 AM
This post is by a banned member (Blepop) - Unhide
Blepop  
Galactic
4.051
Posts
2.148
Threads
5 Years of service
#1
url: https://campaigns.avira.com/en/crm/trial/prime

i am trying to get the recaptcha url on elements tab when u open the url above
note: the anchor url changes on every request so i wanna grab the url which is only present iin the elements tab and is not travelling in any network requests/response/headers or i would got it.

so i just want to scrape out recaptcha url everytime a request is made 
image what im trying to get : https://imgur.com/2doZDc1

@Iclap @ANG or anyone else
[Image: S6IAC.gif]
Ad by firewizard 

Join for Daily Bulk Drops 
This post is by a banned member (ANG) - Unhide
This post is by a banned member (Blepop) - Unhide
Blepop  
Galactic
4.051
Posts
2.148
Threads
5 Years of service
#3
(This post was last modified: 28 August, 2022 - 02:04 PM by Blepop.)
(28 August, 2022 - 11:49 AM)ANG Wrote: Show More
Do a get requests in a session and just look through the other traffic its pulling it from somewhere. And also if ur trying to bypass the v3 there tons of v3 bypasses available that doesnt need to be done this way.

i already did the request/response thingy found nothing in response or headers
and i think for any v3 bypass you would still need the anchor url.

(28 August, 2022 - 11:49 AM)ANG Wrote: Show More
Do a get requests in a session and just look through the other traffic its pulling it from somewhere. And also if ur trying to bypass the v3 there tons of v3 bypasses available that doesnt need to be done this way.

and wtfs iclapbootys username 
dumbass keeps changing names , dk who i tagged above xD @Iclap
[Image: S6IAC.gif]
Ad by firewizard 

Join for Daily Bulk Drops 
This post is by a banned member (Kisuke_Urahara) - Unhide
60
Posts
4
Threads
5 Years of service
#4
(28 August, 2022 - 07:38 AM)Blepop Wrote: Show More
url: https://campaigns.avira.com/en/crm/trial/prime

i am trying to get the recaptcha url on elements tab when u open the url above
note: the anchor url changes on every request so i wanna grab the url which is only present iin the elements tab and is not travelling in any network requests/response/headers or i would got it.

so i just want to scrape out recaptcha url everytime a request is made 
image what im trying to get : https://imgur.com/2doZDc1

@Iclap @ANG or anyone else

I don't know why you want to scrape the anchor URL, You want to create a Bot to get free keys?
Just forward the website URL and website key (Google ReCaptcha Key) to any captcha solver site to get a valid g-recaptcha-response.

hyperneko  Result:
[Image: MV4gEdk.png]

If you still want that anchor URL for some unknown reason then forget about using requests, Because the page needs to be rendered first (Which requests can't handle). Use selenium to render the page and then extract the anchor URL.
Need help with your Python code? Let me know.
This post is by a banned member (Blepop) - Unhide
Blepop  
Galactic
4.051
Posts
2.148
Threads
5 Years of service
#5
(01 September, 2022 - 03:19 PM)Itachi_Sharingan Wrote: Show More
(28 August, 2022 - 07:38 AM)Blepop Wrote: Show More
url: https://campaigns.avira.com/en/crm/trial/prime

i am trying to get the recaptcha url on elements tab when u open the url above
note: the anchor url changes on every request so i wanna grab the url which is only present iin the elements tab and is not travelling in any network requests/response/headers or i would got it.

so i just want to scrape out recaptcha url everytime a request is made 
image what im trying to get : https://imgur.com/2doZDc1

@Iclap @ANG or anyone else

I don't know why you want to scrape the anchor URL, You want to create a Bot to get free keys?
Just forward the website URL and website key (Google ReCaptcha Key) to any captcha solver site to get a valid g-recaptcha-response.

hyperneko  Result:
[Image: MV4gEdk.png]

If you still want that anchor URL for some unknown reason then forget about using requests, Because the page needs to be rendered first (Which requests can't handle). Use selenium to render the page and then extract the anchor URL.

owwww nice thanks yes i wanna make a bot to get keys 
and i dont wanna use selenium or i would have made it already.

i will try the "site" and captcha key thing you said, considering you didnt meant a paid captcha solving site there.
[Image: S6IAC.gif]
Ad by firewizard 

Join for Daily Bulk Drops 
This post is by a banned member (Kisuke_Urahara) - Unhide
60
Posts
4
Threads
5 Years of service
#6
(02 September, 2022 - 04:35 AM)Blepop Wrote: Show More
(01 September, 2022 - 03:19 PM)Itachi_Sharingan Wrote: Show More
(28 August, 2022 - 07:38 AM)Blepop Wrote: Show More
url: https://campaigns.avira.com/en/crm/trial/prime

i am trying to get the recaptcha url on elements tab when u open the url above
note: the anchor url changes on every request so i wanna grab the url which is only present iin the elements tab and is not travelling in any network requests/response/headers or i would got it.

so i just want to scrape out recaptcha url everytime a request is made 
image what im trying to get : https://imgur.com/2doZDc1

@Iclap @ANG or anyone else

I don't know why you want to scrape the anchor URL, You want to create a Bot to get free keys?
Just forward the website URL and website key (Google ReCaptcha Key) to any captcha solver site to get a valid g-recaptcha-response.

hyperneko  Result:
[Image: MV4gEdk.png]

If you still want that anchor URL for some unknown reason then forget about using requests, Because the page needs to be rendered first (Which requests can't handle). Use selenium to render the page and then extract the anchor URL.

owwww nice thanks yes i wanna make a bot to get keys 
and i dont wanna use selenium or i would have made it already.

i will try the "site" and captcha key thing you said, considering you didnt meant a paid captcha solving site there.

The free methods didn't work for some reason and I never bothered checking why because public methods are patched super quick. We all know that.
It's just better to pay for captcha and save some time. Have a look at capmonster cloud, their price is like $1.5 per 1000 ReCaptcha.
Need help with your Python code? Let me know.

Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
or
Sign in
Already have an account? Sign in here.


Forum Jump:


Users browsing this thread: 1 Guest(s)