Google Pagination...

Discussion in 'A-Parser Support Forum' started by scrapefun, Sep 16, 2025 at 12:18 AM.

  1. scrapefun

    scrapefun A-Parser Enterprise License
    A-Parser Enterprise

    Joined:
    Feb 24, 2015
    Messages:
    206
    Likes Received:
    36
    Since Google has ended support of the "num=" operator, I need to scrape results by page but sometimes the results for one or several pages is not included in the results.

    I'm just trying to save the full results page to a single html using format like:
    $p1.pages.0.data\n$p1.pages.1.data\n$p1.pages.2.data\n$p1.pages.3.data\n$p1.pages.4.data\n

    Also tried this format:
    $pages.format('$data\n')

    A good number of queries only have 2 or 3 pages instead of the full 5. These are queries that definitely have more than 5 pages of results.

    What is the correct way to format results to ensure all pages are included?

    I'm using version 1.2.2939
     
    #1 scrapefun, Sep 16, 2025 at 12:18 AM
    Last edited: Sep 16, 2025 at 1:41 AM

Share This Page