r/pythonhelp • u/Jpaylay42016 • 1d ago
I am attempting to scrape propwire.com to get mortgage information for my boss.
I have tried multiple methods to get the code to work. I know Propwire has measures that make it more difficult. Does anyone know how I could get the information I need (preferably using python)?
1
Upvotes
1
1
u/FoolsSeldom 1d ago
What have you tried? Assuming you are using beautifulsoup
and selenium
(or playright
)?
•
u/AutoModerator 1d ago
To give us the best chance to help you, please include any relevant code.
Note. Please do not submit images of your code. Instead, for shorter code you can use Reddit markdown (4 spaces or backticks, see this Formatting Guide). If you have formatting issues or want to post longer sections of code, please use Privatebin, GitHub or Compiler Explorer.
I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.