Need a web spider scraping program written for the following username DFUSER110277

Job ID: 31645085

Budget: $30 – $250 USD

I need a web scraper written for the .xls file in the following directory:

https://www.directfreight.com/emails/UV3H7Q7X7CHJHYVWBBQ6K2/

The latest .xls file within that directory will need to be downloaded.
The name of the file is subject to change and will need to be identified by the latest .xls extension.

The output should be a pipe (|) delimited file with the following column mappings:

origin_city --> data located in the "Origin City" column
origin_state --> data located in the "Origin State" column
ship_date --> data located in the "Shipping Date" changed to the YYYY-MM-DD format
destination_city --> data located in the "Destination City" column
destination_state --> data located in the "Destination State" column
receive_date --> leave blank
trailer_type --> data located in the "Trailer Code" column
load_size --> data located in the "Load Size" column
weight --> data located in the "Weight" column
length --> data located in the "Length" column
width --> data located in the "Width" column, if data is zero (0), leave blank
height --> data located in the "Height" column, if data is zero (0), leave blank
trip_miles --> leave blank
pay_rate --> data located in the "Gross Pay" column
contact_phone --> leave blank
contact_name --> leave blank
tarp_required --> leave blank
comment --> data located in the "Comments" column, do not include the text "5-day Quick Pay at 2%" in the comment
load_number --> leave blank
commodity --> leave blank

The first line of the output should contain all of the column headers.
Any field that contain no data should be left blank.
Please do not use words like "null" or "blank" in blank columns.
Below is a sample output of the first 5 columns using sample data:

origin_city|origin_state|ship_date|destination_city|destination_state|
chicago|IL|2017-03-15|new york|NY|
kansas city|MO|2017-03-15|houston|TX|

The deliverable will be a Perl .pl file that must run on
Ubuntu Linux and must use Modern::Perl. The Perl .pl file
should be called 'DFUSER110277.pl' and the output file should be
called 'DFUSER110277.pipeSV'

It will be scheduled in cron to run unattended every 15 minutes.
Please specific what language/OS/modules you plan to use.
Also, please include the word "raccoon" in your bid so I know that
you read this description.
Related categories: Perl Linux Web Scraping