yakuzaemme
Senior Member
- Sep 18, 2016
- 1,007
- 2,930
I'm looking for another talented developer to join the team, and thought I'd make the test challenge public - both so others can learn, but to make it a bit of fun as well.
The test is very straight-forward:
1. Parse business data from URL listed below
2. No headless browser, strictly DOM parsing
3. First to publically (in this thread) post code + result wins $100 + job offer invitation
URL: view-source:https://www.google.com/maps?cid=6798692991630522225
Business data:
- Do not use Selenium or similar. It is stricty DOM parsing (what you can see when you do view-source)
- The data is embedded in nested JSON arrays
- Search for 'Monday' within the page source to find the business object
- Obviously, the code should work for other business ids (so don't hardcode the values)
The winner will be the one that posts complete working code (in Python, C#, Node.js) + results as JSON.
You will get $100 transfered by PayPal / Payoneer / Bitcoin / Bank transfer + a job offer for continuous work + show off to the rest of BHW members
Edit: And if not clear already, the budget is $100 (the prize).
Good luck!
The test is very straight-forward:
1. Parse business data from URL listed below
2. No headless browser, strictly DOM parsing
3. First to publically (in this thread) post code + result wins $100 + job offer invitation
URL: view-source:https://www.google.com/maps?cid=6798692991630522225
Business data:
- Name (Gillinge Mc-skola)
- Street (Gillinge 55)
- Postal code / Zip code (186 91)
- City (Vallentuna)
- Website (gillingemcskola.se)
- Phone number (08-32 10 01)
- Opening Hours (Monday => 13-16, Tuesday => 13-16 etc)
- Do not use Selenium or similar. It is stricty DOM parsing (what you can see when you do view-source)
- The data is embedded in nested JSON arrays
- Search for 'Monday' within the page source to find the business object
- Obviously, the code should work for other business ids (so don't hardcode the values)
The winner will be the one that posts complete working code (in Python, C#, Node.js) + results as JSON.
You will get $100 transfered by PayPal / Payoneer / Bitcoin / Bank transfer + a job offer for continuous work + show off to the rest of BHW members
Edit: And if not clear already, the budget is $100 (the prize).
Good luck!
Last edited: