Recent content by DaVinci Tech

  1. DaVinci Tech

    Musically Bot for CPA?

    I heard musically is good for CPA. So I reversed engineered it and I'm thinking If I should spend the time writing a bot for it. What do you guys think?
  2. DaVinci Tech

    Scraping Linkedin Jobs

    The keyword is limit the number of requests per second or per a time unit. If you write the bot correctly, you can browse LinkedIn undetected.
  3. DaVinci Tech

    Scraping Linkedin Jobs

    I'm not sure if this is a bad joke given that you're a proxy seller :). but that's not true. If you do it the right way you, you can use one account to scrape thousands of jobs.
  4. DaVinci Tech

    Scraping Linkedin Jobs

    There you have it, you have no control of JavaScript and log requests, moreover the user agent is shows as selenium for whatever driver you're using. Can easily identify that you're a bot.
  5. DaVinci Tech

    Scraping Linkedin Jobs

    Two to four months ago, I remember it having the new design and the big JSON responses drove me mad when coding.
  6. DaVinci Tech

    Scraping Linkedin Jobs

    I'm pretty sure they don't log you out after some number of actions. Are you using selenium perhaps? I used to scrape jobs and mass apply for groups.
  7. DaVinci Tech

    Scraping Linkedin Jobs

    I actually made a bot to scrap LinkedIn and didn't face any problem but the Captcha on login. Why is it difficult to scrap?
  8. DaVinci Tech

    Scrape android app data

    Most of the time just sniffing will do and sometimes you need to reverse engineer the app
  9. DaVinci Tech

    Scraping Linkedin Jobs

    Could be user-agent and could be the wait times and can also be your pattern of behavior (logging in and instantly looking for jobs).
  10. DaVinci Tech

    How to code a spying tool like adbeat ?

    I'm not sure that I understood your question but i'll try and answer to the best of my understanding. Ok lets say that you want to buy a car. so you go to a site called B to try and see which car is best for you. if B makes money from ads that it publishes from ad company A, then ad company A...
  11. DaVinci Tech

    [php] [html] extract only one line

    Can you give me an example of what you want to do?
  12. DaVinci Tech

    How to code a spying tool like adbeat ?

    My guess is that they add a script to some code running on sites which advertisers are publishing on, which analyzes the behaviors of users and tries to predict using statistics what their tendencies are.
  13. DaVinci Tech

    Auto translate page

    You'll have to check for the users IP and try to guess where he is from and then you can use Google cloud platform to translate it.
Back
Top