Jacfield
Well-Known Member
- Thread starter
- #1
I was curious, so I wrote a program to download all available 2024 Ranger window stickers, parse the data inside the PDFs, and run some reports.
I used the following patterns to generate valid VINs (using a checksum algorithm):
1FTER4PH{0}RLE12345" //XL
1FTER4BH{0}RLE12345" //XL
1FTER4GH{0}RLE12345" //XLT
1FTER4HH{0}RLE12345" //XLT
1FTER4LR{0}RLE12345" //Raptor
1FTER4KH{0}RLE12345" //Lariat
It's possible I'm missing a VIN combination. If anyone has a VIN that doesn't match that pattern, please let me know.
The program then requested the window stickers for each valid VIN (about 100 thousand or so - sorry ford web admins, I hope I didn't put a strain on your servers) to download every available window sticker. The program found 7881 window stickers as of today.
Here's a summary of what I found based on the info that I gleaned:
You may notice the September outlier. That one is puzzling, but I pulled it up in the tracker and saw it had a blend date in September but an order date in October. It says it's still in production. I'm going to presume the data on that one is not correct.
Disclaimer: As far as I know I didn't do anything illegal by compiling this data. I made an effort to spread out my web requests so as to not cause any disruption of Ford's servers. Also, I will say that my dataset may be incomplete so the actual totals may be higher.
I used the following patterns to generate valid VINs (using a checksum algorithm):
1FTER4PH{0}RLE12345" //XL
1FTER4BH{0}RLE12345" //XL
1FTER4GH{0}RLE12345" //XLT
1FTER4HH{0}RLE12345" //XLT
1FTER4LR{0}RLE12345" //Raptor
1FTER4KH{0}RLE12345" //Lariat
It's possible I'm missing a VIN combination. If anyone has a VIN that doesn't match that pattern, please let me know.
The program then requested the window stickers for each valid VIN (about 100 thousand or so - sorry ford web admins, I hope I didn't put a strain on your servers) to download every available window sticker. The program found 7881 window stickers as of today.
Here's a summary of what I found based on the info that I gleaned:
You may notice the September outlier. That one is puzzling, but I pulled it up in the tracker and saw it had a blend date in September but an order date in October. It says it's still in production. I'm going to presume the data on that one is not correct.
Disclaimer: As far as I know I didn't do anything illegal by compiling this data. I made an effort to spread out my web requests so as to not cause any disruption of Ford's servers. Also, I will say that my dataset may be incomplete so the actual totals may be higher.
Sponsored