I am trying to figure out if there is a way with VBA to download the .csv file at the bottom left of the screen named "Download" at this link:
http://www.redfin.com/homes-for-sale#!excl_ss=true&market=socal&max_price=300000&min_price=50000&num_baths=1.0&num_beds=1®ion_id=11203®ion_type=6&time_on_market_range=30-&uipt=2&v=8
The .csv doesn't appear to be attached to a URL, which I know how to import, but I can't figure this out. Any help would be appreciated.
Matt
Try this URL:
http://www.redfin.com/stingray/do/gis-search?market=socal®ion_id=11203®ion_type=6&excl_ss=true&hoa=&max_listing_approx_size=&max_num_beds=&max_parcel_size=&max_price=300000&max_year_built=&min_listing_approx_size=&min_parcel_size=&min_price=50000&min_year_built=&num_baths=1.0&num_beds=1&open_house=&pkg=-&rd=&sf=1%2C2%2C3&sold_within_days=&status=1&time_on_market_range=30-&uipt=2&v=8&num_homes=500&sp=t&al=1&render=csv
There is actually a URL, it's just hidden and is accessed via some JavaScript Code.
In general, if you're wondering which URL is being used, try the following:
In Chrome:
Press Ctrl-Shift-J; this should bring up the debug console.
Click on a button on the bottom left to undock the debug console for convenience; it should now be in a separate window.
Go to 'Network' tab.
On the website, click the link to download CSV file.
Watch for new items appearing in the "Network" tab. One of them is likely the request to download the CSV file. Try right-clicking on it, and selecting "Open in a new tab". If you end up with the CSV file download dialog, then that's the URL you were looking for.
In Firefox:
Install FireBug plug-in, and do something similar to Chrome.
Of course it does:
http://www.redfin.com/stingray/do/gis-search?market=socal®ion_id=11203®ion_type=6&excl_ss=true&hoa=&max_listing_approx_size=&max_num_beds=&max_parcel_size=&max_price=300000&max_year_built=&min_listing_approx_size=&min_parcel_size=&min_price=50000&min_year_built=&num_baths=1.0&num_beds=1&open_house=&pkg=-&rd=&sf=1%2C2%2C3&sold_within_days=&status=1&time_on_market_range=30-&uipt=2&v=8&num_homes=500&sp=t&al=1&render=csv
You can find the URL by using the Developer Tools of IE, like so:
Open the website and press F12
In the window that appears (Developer Tools), select the Pointer Icon
After selecting the Pointer Icon, click the Download Link on the website
In the Developer Tools window you will notice a lot of HTML appears with a line selected; this line contains the link to the CSV.
Select the text in the downloadCsv function within that line: list.downloadCsv('...text to select...')
Add the copied text after http://www.redfin.com in the URL.
Related
I'd tried several sites to convert a netlify site to an pdf, but nothing seems to work for me.
Is there any possible way to convert a Netlify site to an Pdf file ?
Just solved the problem. I went through these steps:
How To Save a Webpage as a PDF in Chrome
Open the page you’d like to keep.
On the top left-hand corner, click File > Print.
Alternatively, press Ctrl + P (Windows) or Cmd + P (Mac)
Under the ‘Destination’ section, click Change... > Save as PDF
Click the ‘Save’ button, pick the name and location for your PDF.
In lots of place i saw that people using long screenshot of a full webpage for presentation. I tried with snipping tool but i am not able to take screenshot of whole webpage in a single image. I want to know that how i can take long screenshot from browser like this
If you are using Google Chrome then this answer will be beneficial for you.
Just follow some simple step to take long screenshot of a webpage.
Step 1: Click the three dots, point to “More Tools,” then click on “Developer Tools.” Alternatively, you can press Ctrl+Shift+I on Windows or ⌘+Shift+I on Mac to open the Developer Tools pane.
Step 2: In the top right corner of the pane, click the three dots icon, then click “Run Command.” Alternatively, press Ctrl+Shift+P on Windows and ⌘+Shift+P on Mac.
Step 3: In the command line, type “Screenshot,” then click “Capture full-size screenshot” from the list of commands available.
The image should save automatically, but if you’re prompted to save the screenshot, select a destination on your computer, then click “Save.”
Note : This feature is ideal on websites with text-based content opposed to web apps, as it could potentially only capture the viewable screen.
For more descriptive answer go through this link
You can use this free Screen Capture tool at CtrlQ.org.
You just need to put the url of the page of which you want to take the screenshot.
For example, Here is a screenshot of your question
You can use Awesome screenshot. It's extension is also easily available for chrome. Just add it to chrome and you will have option to take screenshot as you want. Here is the link.
You can click on capture entire page option as here in the screenshot:
I want to show the PDF in Internet Explorer in a way that it isn't downloaded or printable by the user.
Trying to show the PDF in iframe in Internet Explorer. Want to hide the toolbar shown with download and print functionality. If I anyhow hide the toolbar, the PDF still can be printed by right clicking on it and print option is shown. Let me know the solution to prevent user from downloading and printing the PDF file.
Just allow the user to view the PDF and cannot download or print it.
There is no any options available in internet Explorer or in that add on which shows the PDF file in Internet Explorer to prevent user from downloading or printing the PDF files.
If you are displaying the PDF file than users have many options to download or print it.
User can take a snapshot or use print screen or simply copy the text from your PDF.
So you cannot block all the options and there is no any built in option for this.
what you can do is display your PDF as an image with your own watermark in it.
So if someone downloads it than also the viewer knows the source of the file and its content.
I am learning Algorithms 4th. And now I want to download a data file 1Mints.txt which is a input file for testing K-Sum algorithm. Thus, I search it on the book's website. Fortunately, I find the corresponding page but the file just display on line and I can not download it. I hope someone could help me. Thanks.
file link: https://algs4.cs.princeton.edu/14analysis/1Mints.txt
You can Download the file by below steps:
Open the Web page from which you want to extract text.
Click the “Right Click” menu.
Click the “Save as”, then in the “Filename” 1Mints.txt comes.
Then select “Save as Type” as “Text Document” and then Okay.
It will Download 1Mints.txt at the specified location.
When I found the following method to download it, I really think I am a foolish. You just right click the web page and chose save it.
I'm trying to get full screenshot of HTML mail on Gmail.
Chrome extensions which like Screen Capture (by Google) does't work enough.
What should I do?
You'll not be able to take the complete screenshot of an email in Gmail default window. You need to take a different route to accomplish this i.e.
Click on the Print, it will open a new tab with Print dialogue.
Close/Cancel the Print dialogue (don't close the new tab).
Use Nimbus Screenshot or any other extension to take the screenshot of the HTML email.
Yes, Screen Capture by Google doesn't work for a long time. I recommend you Nimbus Screenshot. It is also a Chrome screenshot extension. And I just used it to get a full screenshot of HTML mail on Gmail. Hope it works for you.
I have tried everything with Nimbus but it simply wont work. Fragment Area takes the entire screenshot but only the visible part is saved rest image is blank.
Instead try clicking on the 'Print' icon on the upper right corner of your mail and save it as PDF.