Rank:CMS questions

Discussion in 'A-Parser Support Forum' started by scrapefun, Apr 29, 2024.

  1. scrapefun

    scrapefun A-Parser Enterprise License
    A-Parser Enterprise

    Joined:
    Feb 24, 2015
    Messages:
    184
    Likes Received:
    34
    1) are all the footprints detectable without using a headless browser option through net::http parser? It's just checking source code of page for regex matches?

    2) what is the difference in speed and accuracy of selecting/not selecting "emulate browser headers" option?

    3) What is difference between "built-in" and "RE2" regex engines?

    4) Benefit of running queries through net:http if not using headless browser option?
     
  2. Support

    Support Administrator
    Staff Member A-Parser Enterprise

    Joined:
    Mar 16, 2012
    Messages:
    4,529
    Likes Received:
    2,158
    Yes, it's checking source code of page for regex matches.

    It's unlikely there will be a noticeable difference in speed. This option only affects the likelihood of receiving the correct page and reducing the risk of a ban.

    Just different regular expression engines. RE2 may be more performant in some cases.

    The advantage is that you can use all the functionality of Net::HTTP. For example, bypassing CloudFlare.
     
    scrapefun likes this.
  3. scrapefun

    scrapefun A-Parser Enterprise License
    A-Parser Enterprise

    Joined:
    Feb 24, 2015
    Messages:
    184
    Likes Received:
    34
    Thanks for answers. Really helpful
     
    Support likes this.
  4. ghhgyu

    ghhgyu New Member

    Joined:
    May 5, 2024
    Messages:
    1
    Likes Received:
    1
    The advantage is that you can use all the functionality of Net::HTTP. For example, bypassing CloudFlare.
     
    scrapefun likes this.

Share This Page