📞 Call Marc at 713-927-6187 — ONLY between 8:00 AM and 3:00 PM
NO CALLS AFTER 3:00 PM | NO HAY LLAMADAS DESPUÉS DE LAS 3PM
Compensation: Based on experience ($15–$18 per hour)
Employment Type: Full-time
Job Title: Experienced Landscape Help
Description:
An established landscape company in the Northwest Houston area is hiring experienced landscaping professionals. We are looking for dependable and skilled individuals to join our team.
Requirements:
-
Bilingual (English/Spanish)
-
Minimum 2 years of landscaping experience
-
Must live near the Northwest Houston area
-
Please do not call if you do not meet these requirements
📞 To Apply:
Call Marc at 713-927-6187
Only between 8:00 AM and 3:00 PM
NO CALLS AFTER 3:00 PM
{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "Job Posting",
"type": "object",
"properties": {
"jobTitle": {
"type": "string",
"example": "Experienced Landscape Help"
},
"company": {
"type": "string",
"example": "Established Landscape Company"
},
"location": {
"type": "string",
"example": "Northwest Houston, TX"
},
"compensation": {
"type": "string",
"example": "$15 to $18 per hour"
},
"compensationType": {
"type": "string",
"enum": ["hourly", "salary", "commission", "contract"],
"example": "hourly"
},
"employmentType": {
"type": "string",
"enum": ["full-time", "part-time", "contract", "temporary", "internship"],
"example": "full-time"
},
"description": {
"type": "string",
"example": "Established landscape company in Northwest area, looking for experienced people. Must be bilingual, have at least 2 years of experience, and live close to the area."
},
"requirements": {
"type": "array",
"items": {
"type": "string"
},
"example": [
"Bilingual (English/Spanish)",
"At least 2 years of landscaping experience",
"Live near the Northwest Houston area"
]
},
"contact": {
"type": "object",
"properties": {
"name": { "type": "string", "example": "Marc" },
"phone": { "type": "string", "example": "713-927-6187" },
"callHours": { "type": "string", "example": "8:00 AM to 3:00 PM" },
"notes": { "type": "string", "example": "No calls after 3:00 PM" }
},
"required": ["name", "phone"]
},
"languagesRequired": {
"type": "array",
"items": {
"type": "string"
},
"example": ["English", "Spanish"]
},
"postedDate": {
"type": "string",
"format": "date",
"example": "2025-07-29"
}
},
"required": ["jobTitle", "company", "location", "compensation", "employmentType", "description", "requirements", "contact"]
}