Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 824487
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T03:06:27+00:00 2026-05-15T03:06:27+00:00

I need to download all pdf files from a certain domain. There are about

  • 0

I need to download all pdf files from a certain domain. There are about 6000 pdf on that domain and most of them don’t have an html link (either they have removed the link or they never put one in the first place).

I know there are about 6000 files because I’m googling: filetype:pdf site:*.adomain.com

However, Google lists only the first 1000 results. I believe there are two ways to achieve this:

a) Use Google. However, how I can get all 6000 results from Google? Maybe a scraper? (tried scroogle, no luck)
b) Skip Google and search directly on domain for pdf files. How do I do that when most them are not linked?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-15T03:06:27+00:00Added an answer on May 15, 2026 at 3:06 am

    If the links to the files have been removed, and you have no permission to list the directories, it’s basically impossible to know behind what URL there is a pdf-file.

    You could have a look at http://www.archive.org and look up a previous state of the page if you believe there has been links to the files in the past.

    To retrieve all pdfs mentioned on the site recursively I recommend wget. From the examples at http://www.gnu.org/software/wget/manual/html_node/Advanced-Usage.html#Advanced-Usage

    You want to download all the gifs from a directory on an http server. You tried ‘wget http://www.server.com/dir/*.gif’, but that didn’t work because http retrieval does not support globbing. In that case, use:

         wget -r -l1 --no-parent -A.gif http://www.server.com/dir/
    

    More verbose, but the effect is the same. ‘-r -l1’ means to retrieve recursively (see Recursive Download), with maximum depth of 1. ‘–no-parent’ means that references to the parent directory are ignored (see Directory-Based Limits), and ‘-A.gif’ means to download only the gif files. ‘-A “*.gif”’ would have worked too.

    (Simply replace .gif with .pdf!)

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I need to download all the files from a FTP site. But i need
I have the need to download all files in an ftp directory. I don't
I need to download several files via http in Python. The most obvious way
I need to download one file from an url that i give from an
I need to download all images from a website to which I have username
I need to download certain files using FTP.Already it is implemented without using the
I need to download all text and images from a SSL secure website. I've
I need to download file from FTP server and make some changes on it
I need to download an image from some URL to my server. However, my
I need to download images from a website, and I have the login name

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.