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 8934047
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T09:41:38+00:00 2026-06-15T09:41:38+00:00

Subj. Our spider follows links and parses them with parse page function, which returns

  • 0

Subj. Our spider follows links and parses them with “parse page” function, which returns item. How can I add different proxy to each request, before the first call of parse_page?

For example, I have pool of 250 proxies and want to randomly select each one for requests.

  • 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-06-15T09:41:39+00:00Added an answer on June 15, 2026 at 9:41 am

    You can create some middleware for this. For example:

    #Start your middleware class
    class ProxyMiddleware(object):
    
    # overwrite process request
    def process_request(self, request, spider):
    
        # Set the location of the proxy
        request.meta['proxy'] = "http://123.456.789.012"
    
        # Use the following lines if your proxy requires authentication
        proxy_user_pass = "USER_AND_PASS"
    
        # setup basic authentication for the proxy
        encoded_user_pass = base64.encodestring(proxy_user_pass)
        request.headers['Proxy-Authorization'] = 'Basic ' + encoded_user_pass
    

    I believe that you could easily randomize the proxy url, username, and password by modifying the above code. Let me know if you need any additional assistance.

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

Sidebar

Related Questions

I am trying to implement SUBJ but can't make destination segue appear in my
Subj. More detailed: If I have JS-code on the page, loaded from my site,
Can You tell me about subj? For example I need to create new custom
I'm a new to C and got stuck with subj. I can split string
I have the following function signature, and it looks really ugly, what can I
Subj.I want to get page (nested) level in scrapy on each page(url, request) in
Just subj. Can't find how to do that without databindings. I'm trying to do
Which programs do you know for subj purpose? Quickie googling reveal 2 progs: sqlite-manager
Subj. Are they implemented in trivial way with complexity O(N) or they are faster?
Subj. I am using Silverlight 4 with VS2010, here is a source code: <ComboBox

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.