WyzAnt XML Feed

1. Summary:

WyzAnt provides an XML feed of the active tutors on our site for third parties to use. The data can be used in any way the consumer sees fit as long as the link provided is displayed along side the tutors information. 

2. Location:

The full file is located here. (approx. 12MB and growing)

3. File Format:

The file format is as follows:
<tutors>
 <tutor>
  <name></name>
  <city></city>
  <zip></zip>
  <state></state>
  <feeperhour></feeperhour>
  <details></details>
  <travdistance></travdistance>
  <image_link></image_link>
  <profile_link></profile_link>
  <email_link></email_link>
  <subjects></subjects>
 <tutor>
</tutors>

4. Data Fields:

The data types are as follows:
name: string
city: string
zip: string
state: string
feeperhour: decimal
details: string
travdistance: int
image_link: string
profile_link: string
email_link: string
subjects: string (The subjects will be delimited by " - ". That is Space Dash Space.)

5. File Updates:

We will update the file every morning at 9:45 AM CST. We will not provide deltas only the full file.