PHP Program for Car Valuation via CURL
Budget: $10 – $30 USD
I'm looking for a skilled PHP developer who can write a program to register and retrieve car valuations from a specific website using CURL. The primary goal of this project is to obtain the actual car value.
Requirements:
- Write a PHP program that registers on the website and fetches car valuations.
- Use CURL to interact with the website.
- Extract and return the actual car value from the retrieved data.
I do have example data from the website's API, so you won't be working in the dark. However, you will not need to handle user authentication for this task. An understanding of PHP and experience with CURL is essential. If you have a knack for data extraction and can deliver this in a timely manner, I would love to hear from you.
Write a php program to register and get valuation for a car from this website https://www.carwow.co.uk/sell-my-car use W4CDD for the numberplate and make up random user credentials and the result is the valuation
Example:
$fake_data = [ 'numberplate' => 'W4CDD', 'name' => 'John Doe', 'email' => '******', 'phone' => '075341988122, 'postcode' => 'W1A 1AA' ];
Requirements:
- Write a PHP program that registers on the website and fetches car valuations.
- Use CURL to interact with the website.
- Extract and return the actual car value from the retrieved data.
I do have example data from the website's API, so you won't be working in the dark. However, you will not need to handle user authentication for this task. An understanding of PHP and experience with CURL is essential. If you have a knack for data extraction and can deliver this in a timely manner, I would love to hear from you.
Write a php program to register and get valuation for a car from this website https://www.carwow.co.uk/sell-my-car use W4CDD for the numberplate and make up random user credentials and the result is the valuation
Example:
$fake_data = [ 'numberplate' => 'W4CDD', 'name' => 'John Doe', 'email' => '******', 'phone' => '075341988122, 'postcode' => 'W1A 1AA' ];