Find the best farm equipment & supplies at lowest prices
Search Tips: Try "tractor implements", "sprinkler system", "organic fertilizer", "crop seeds", etc.
{% if amazon %}

Amazon Products

{% for i in range(0, amazon|length, 3) %} {% for j in range(3) %} {% set idx = i + j %} {% if idx < amazon|length %}
Amazon {% if amazon[idx].image %} {{ amazon[idx].title }} {% endif %}
{{ amazon[idx].title }}

{{ amazon[idx].price }} ₹{% set original = amazon[idx].price_val * 1.2 %}{{ original|round|int }}

View Details
{% endif %} {% endfor %} {% endfor %}
{% endif %} {% if flipkart %}

Flipkart Products

{% for i in range(0, flipkart|length, 3) %} {% for j in range(3) %} {% set idx = i + j %} {% if idx < flipkart|length %}
Flipkart {% if flipkart[idx].image %} {{ flipkart[idx].title }} {% endif %}
{{ flipkart[idx].title }}

{{ flipkart[idx].price }} ₹{% set original = flipkart[idx].price_val * 1.2 %}{{ original|round|int }}

View Details
{% endif %} {% endfor %} {% endfor %}
{% endif %} {% if not amazon and not flipkart %}
Farm illustration

Search for farm equipment to see the best prices

Try searching for tractors, seeds, irrigation systems, fertilizers, or farming tools

{% endif %}